public final class FlowableServerSocketTest extends Object
Constructor and Description |
---|
FlowableServerSocketTest() |
Modifier and Type | Method and Description |
---|---|
void |
errorEmittedIfServerSocketBusy() |
void |
isUtilityClass() |
void |
isUtilityClassIO() |
static void |
main(String[] args) |
void |
serverSocketReadsTcpPushWhenBufferIsBiggerThanInput() |
void |
serverSocketReadsTcpPushWhenBufferIsSameSizeAsInput() |
void |
serverSocketReadsTcpPushWhenBufferIsSmallerThanInput() |
void |
serverSocketReadsTcpPushWhenInputIsEmpty() |
void |
serverSocketReadsTcpPushWhenInputIsOneCharacter() |
void |
testAcceptSocketRejectsAlways() |
void |
testCancelDoesNotHaveToWaitForTimeout() |
void |
testCloseQuietly() |
void |
testCloserWhenDoesNotThrow() |
void |
testCloserWhenThrows() |
void |
testEarlyUnsubscribe() |
void |
testLoad() |
public void testCloseQuietly()
public void serverSocketReadsTcpPushWhenBufferIsSmallerThanInput() throws UnknownHostException, IOException, InterruptedException
public void serverSocketReadsTcpPushWhenBufferIsBiggerThanInput() throws UnknownHostException, IOException, InterruptedException
public void serverSocketReadsTcpPushWhenBufferIsSameSizeAsInput() throws UnknownHostException, IOException, InterruptedException
public void serverSocketReadsTcpPushWhenInputIsEmpty() throws UnknownHostException, IOException, InterruptedException
public void serverSocketReadsTcpPushWhenInputIsOneCharacter() throws UnknownHostException, IOException, InterruptedException
public void errorEmittedIfServerSocketBusy() throws IOException
IOException
public void isUtilityClass()
public void isUtilityClassIO()
public void testCloserWhenDoesNotThrow() throws Exception
Exception
public void testCloserWhenThrows()
public void testEarlyUnsubscribe() throws UnknownHostException, IOException, InterruptedException
public void testCancelDoesNotHaveToWaitForTimeout() throws UnknownHostException, IOException, InterruptedException
public void testLoad() throws InterruptedException
InterruptedException
public void testAcceptSocketRejectsAlways() throws UnknownHostException, IOException, InterruptedException
public static void main(String[] args) throws InterruptedException
InterruptedException
Copyright © 2013–2020. All rights reserved.