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
IOExceptionpublic void isUtilityClass()
public void isUtilityClassIO()
public void testCloserWhenDoesNotThrow()
throws Exception
Exceptionpublic void testCloserWhenThrows()
public void testEarlyUnsubscribe()
throws UnknownHostException,
IOException,
InterruptedException
public void testCancelDoesNotHaveToWaitForTimeout()
throws UnknownHostException,
IOException,
InterruptedException
public void testLoad()
throws InterruptedException
InterruptedExceptionpublic void testAcceptSocketRejectsAlways()
throws UnknownHostException,
IOException,
InterruptedException
public static void main(String[] args) throws InterruptedException
InterruptedExceptionCopyright © 2013–2020. All rights reserved.