public abstract class SocketTest<T extends io.netty.channel.unix.Socket> extends Object
| Constructor and Description |
|---|
SocketTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
newSocket() |
void |
setup() |
void |
tearDown() |
void |
testDoubleCloseDoesNotThrow() |
void |
testKeepAlive() |
void |
testReceivedBufferSize() |
void |
testSendBufferSize() |
void |
testSoLinger() |
void |
testTcpNoDelay() |
void |
testTrafficClass() |
protected T extends io.netty.channel.unix.Socket socket
protected abstract T newSocket()
public void setup()
public void tearDown()
throws IOException
IOExceptionpublic void testDoubleCloseDoesNotThrow()
throws IOException
IOExceptionpublic void testTrafficClass()
throws IOException
IOExceptionCopyright © 2008–2019 The Netty Project. All rights reserved.