A B C D E G I L M N O R S T U V W 

A

AbstractClientSocketTest - Class in io.netty.testsuite.transport.socket
 
AbstractClientSocketTest() - Constructor for class io.netty.testsuite.transport.socket.AbstractClientSocketTest
 
AbstractComboTestsuiteTest<SB extends io.netty.bootstrap.AbstractBootstrap<?,?>,CB extends io.netty.bootstrap.AbstractBootstrap<?,?>> - Class in io.netty.testsuite.transport
 
AbstractComboTestsuiteTest(Class<SB>, Class<CB>) - Constructor for class io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
AbstractDatagramTest - Class in io.netty.testsuite.transport.socket
 
AbstractDatagramTest() - Constructor for class io.netty.testsuite.transport.socket.AbstractDatagramTest
 
AbstractSctpTest - Class in io.netty.testsuite.transport.sctp
 
AbstractSctpTest() - Constructor for class io.netty.testsuite.transport.sctp.AbstractSctpTest
 
AbstractServerSocketTest - Class in io.netty.testsuite.transport.socket
 
AbstractServerSocketTest() - Constructor for class io.netty.testsuite.transport.socket.AbstractServerSocketTest
 
AbstractSocketTest - Class in io.netty.testsuite.transport.socket
 
AbstractSocketTest() - Constructor for class io.netty.testsuite.transport.socket.AbstractSocketTest
 
AbstractTestsuiteTest<T extends io.netty.bootstrap.AbstractBootstrap<?,?>> - Class in io.netty.testsuite.transport
 
AbstractTestsuiteTest(Class<T>) - Constructor for class io.netty.testsuite.transport.AbstractTestsuiteTest
 
addr - Variable in class io.netty.testsuite.transport.sctp.AbstractSctpTest
 
addr - Variable in class io.netty.testsuite.transport.socket.AbstractClientSocketTest
 
addr - Variable in class io.netty.testsuite.transport.socket.AbstractDatagramTest
 
addr - Variable in class io.netty.testsuite.transport.socket.AbstractServerSocketTest
 
addr - Variable in class io.netty.testsuite.transport.socket.AbstractSocketTest
 
allocator() - Static method in class io.netty.testsuite.transport.TestsuitePermutation
 
AutobahnServer - Class in io.netty.testsuite.websockets.autobahn
A Web Socket echo server for running the autobahn test suite
AutobahnServer(int) - Constructor for class io.netty.testsuite.websockets.autobahn.AutobahnServer
 
AutobahnServerHandler - Class in io.netty.testsuite.websockets.autobahn
Handles handshakes and messages
AutobahnServerHandler() - Constructor for class io.netty.testsuite.websockets.autobahn.AutobahnServerHandler
 
AutobahnServerInitializer - Class in io.netty.testsuite.websockets.autobahn
 
AutobahnServerInitializer() - Constructor for class io.netty.testsuite.websockets.autobahn.AutobahnServerInitializer
 
await() - Method in class io.netty.testsuite.transport.socket.SocketAutoReadTest.ServerTestHandler
 

B

BOSSES - Static variable in class io.netty.testsuite.transport.socket.SocketTestPermutation
 

C

cb - Variable in class io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
cb - Variable in class io.netty.testsuite.transport.AbstractTestsuiteTest
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.testsuite.transport.socket.SocketAutoReadTest.ServerTestHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.testsuite.websockets.autobahn.AutobahnServerHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.testsuite.websockets.autobahn.AutobahnServerHandler
 
clientSocket() - Method in class io.netty.testsuite.transport.socket.SocketTestPermutation
 
combo(List<TestsuitePermutation.BootstrapFactory<A>>, List<TestsuitePermutation.BootstrapFactory<B>>) - Method in class io.netty.testsuite.transport.socket.SocketTestPermutation
 
compressHeapDumps() - Static method in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
compressHeapDumps() - Static method in class io.netty.testsuite.transport.socket.SocketSslEchoTest
 
compressHeapDumps() - Static method in class io.netty.testsuite.util.TestUtils
 
configure(SB, CB, ByteBufAllocator) - Method in class io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
configure(T, ByteBufAllocator) - Method in class io.netty.testsuite.transport.AbstractTestsuiteTest
 
configure(ServerBootstrap, Bootstrap, ByteBufAllocator) - Method in class io.netty.testsuite.transport.sctp.AbstractSctpTest
 
configure(Bootstrap, ByteBufAllocator) - Method in class io.netty.testsuite.transport.socket.AbstractClientSocketTest
 
configure(Bootstrap, Bootstrap, ByteBufAllocator) - Method in class io.netty.testsuite.transport.socket.AbstractDatagramTest
 
configure(ServerBootstrap, ByteBufAllocator) - Method in class io.netty.testsuite.transport.socket.AbstractServerSocketTest
 
configure(ServerBootstrap, Bootstrap, ByteBufAllocator) - Method in class io.netty.testsuite.transport.socket.AbstractSocketTest
 
connection() - Method in class io.netty.testsuite.transport.udt.UDTClientServerConnectionTest
Verify UDT client/server connect and disconnect.
createExecutor() - Static method in class io.netty.testsuite.transport.socket.SocketStartTlsTest
 
createGroup() - Static method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
createGroup() - Static method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 

D

data() - Static method in class io.netty.testsuite.transport.socket.SocketSslClientRenegotiateTest
 
data() - Static method in class io.netty.testsuite.transport.socket.SocketSslEchoTest
 
data() - Static method in class io.netty.testsuite.transport.socket.SocketSslGreetingTest
 
data() - Static method in class io.netty.testsuite.transport.socket.SocketStartTlsTest
 
datagram() - Method in class io.netty.testsuite.transport.socket.SocketTestPermutation
 
DatagramMulticastTest - Class in io.netty.testsuite.transport.socket
 
DatagramMulticastTest() - Constructor for class io.netty.testsuite.transport.socket.DatagramMulticastTest
 
DatagramUnicastTest - Class in io.netty.testsuite.transport.socket
 
DatagramUnicastTest() - Constructor for class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
destroyGroup() - Static method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
destroyGroup() - Static method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
dump(String) - Static method in class io.netty.testsuite.util.TestUtils
 

E

exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.testsuite.websockets.autobahn.AutobahnServerHandler
 

G

getFreePort() - Static method in class io.netty.testsuite.util.TestUtils
Return a free port which can be used to bind to
globalTimeout - Variable in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 

I

initChannel(SocketChannel) - Method in class io.netty.testsuite.websockets.autobahn.AutobahnServerInitializer
 
io.netty.testsuite.transport - package io.netty.testsuite.transport
Common test suite classes.
io.netty.testsuite.transport.sctp - package io.netty.testsuite.transport.sctp
Test suite classes for sctp transport
io.netty.testsuite.transport.socket - package io.netty.testsuite.transport.socket
Test suite classes for socket
io.netty.testsuite.transport.udt - package io.netty.testsuite.transport.udt
Test suite classes for UDT.
io.netty.testsuite.util - package io.netty.testsuite.util
Utility classes that help testing a network application.
io.netty.testsuite.websockets.autobahn - package io.netty.testsuite.websockets.autobahn
This package is intended for use with testing against the Python AutoBahn test suite.
isSctpSupported() - Static method in class io.netty.testsuite.util.TestUtils
Return true if SCTP is supported by the running os.

L

logger - Variable in class io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
logger - Variable in class io.netty.testsuite.transport.AbstractTestsuiteTest
 

M

main(String[]) - Static method in class io.netty.testsuite.websockets.autobahn.AutobahnServer
 

N

newAllocators() - Method in class io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
newAllocators() - Method in class io.netty.testsuite.transport.AbstractTestsuiteTest
 
newClientInstance() - Method in interface io.netty.testsuite.transport.TestsuitePermutation.BootstrapComboFactory
 
newFactories() - Method in class io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
newFactories() - Method in class io.netty.testsuite.transport.AbstractTestsuiteTest
 
newFactories() - Method in class io.netty.testsuite.transport.sctp.AbstractSctpTest
 
newFactories() - Method in class io.netty.testsuite.transport.socket.AbstractClientSocketTest
 
newFactories() - Method in class io.netty.testsuite.transport.socket.AbstractDatagramTest
 
newFactories() - Method in class io.netty.testsuite.transport.socket.AbstractServerSocketTest
 
newFactories() - Method in class io.netty.testsuite.transport.socket.AbstractSocketTest
 
newInstance() - Method in interface io.netty.testsuite.transport.TestsuitePermutation.BootstrapFactory
 
newServerInstance() - Method in interface io.netty.testsuite.transport.TestsuitePermutation.BootstrapComboFactory
 
newSocketAddress() - Method in class io.netty.testsuite.transport.socket.AbstractClientSocketTest
 
newSocketAddress() - Method in class io.netty.testsuite.transport.socket.AbstractServerSocketTest
 
newSocketAddress() - Method in class io.netty.testsuite.transport.socket.AbstractSocketTest
 
nioBossGroup - Variable in class io.netty.testsuite.transport.socket.SocketTestPermutation
 
nioWorkerGroup - Variable in class io.netty.testsuite.transport.socket.SocketTestPermutation
 

O

OIO_SO_TIMEOUT - Static variable in class io.netty.testsuite.transport.socket.SocketTestPermutation
 
oioBossGroup - Variable in class io.netty.testsuite.transport.socket.SocketTestPermutation
 
oioWorkerGroup - Variable in class io.netty.testsuite.transport.socket.SocketTestPermutation
 

R

run() - Method in class io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
run() - Method in class io.netty.testsuite.transport.AbstractTestsuiteTest
 
run() - Method in class io.netty.testsuite.websockets.autobahn.AutobahnServer
 

S

sb - Variable in class io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
SctpEchoTest - Class in io.netty.testsuite.transport.sctp
 
SctpEchoTest() - Constructor for class io.netty.testsuite.transport.sctp.SctpEchoTest
 
SctpTestPermutation - Class in io.netty.testsuite.transport.sctp
 
serverSocket() - Method in class io.netty.testsuite.transport.socket.SocketTestPermutation
 
ServerSocketSuspendTest - Class in io.netty.testsuite.transport.socket
 
ServerSocketSuspendTest() - Constructor for class io.netty.testsuite.transport.socket.ServerSocketSuspendTest
 
shutdownExecutor() - Static method in class io.netty.testsuite.transport.socket.SocketStartTlsTest
 
socket() - Method in class io.netty.testsuite.transport.socket.SocketTestPermutation
 
SocketAutoReadTest - Class in io.netty.testsuite.transport.socket
 
SocketAutoReadTest() - Constructor for class io.netty.testsuite.transport.socket.SocketAutoReadTest
 
SocketAutoReadTest.ServerTestHandler - Class in io.netty.testsuite.transport.socket
 
SocketAutoReadTest.ServerTestHandler() - Constructor for class io.netty.testsuite.transport.socket.SocketAutoReadTest.ServerTestHandler
 
SocketBufReleaseTest - Class in io.netty.testsuite.transport.socket
 
SocketBufReleaseTest() - Constructor for class io.netty.testsuite.transport.socket.SocketBufReleaseTest
 
SocketCancelWriteTest - Class in io.netty.testsuite.transport.socket
 
SocketCancelWriteTest() - Constructor for class io.netty.testsuite.transport.socket.SocketCancelWriteTest
 
SocketConnectionAttemptTest - Class in io.netty.testsuite.transport.socket
 
SocketConnectionAttemptTest() - Constructor for class io.netty.testsuite.transport.socket.SocketConnectionAttemptTest
 
SocketEchoTest - Class in io.netty.testsuite.transport.socket
 
SocketEchoTest() - Constructor for class io.netty.testsuite.transport.socket.SocketEchoTest
 
SocketFileRegionTest - Class in io.netty.testsuite.transport.socket
 
SocketFileRegionTest() - Constructor for class io.netty.testsuite.transport.socket.SocketFileRegionTest
 
SocketFixedLengthEchoTest - Class in io.netty.testsuite.transport.socket
 
SocketFixedLengthEchoTest() - Constructor for class io.netty.testsuite.transport.socket.SocketFixedLengthEchoTest
 
SocketGatheringWriteTest - Class in io.netty.testsuite.transport.socket
 
SocketGatheringWriteTest() - Constructor for class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
SocketObjectEchoTest - Class in io.netty.testsuite.transport.socket
 
SocketObjectEchoTest() - Constructor for class io.netty.testsuite.transport.socket.SocketObjectEchoTest
 
SocketShutdownOutputByPeerTest - Class in io.netty.testsuite.transport.socket
 
SocketShutdownOutputByPeerTest() - Constructor for class io.netty.testsuite.transport.socket.SocketShutdownOutputByPeerTest
 
SocketShutdownOutputBySelfTest - Class in io.netty.testsuite.transport.socket
 
SocketShutdownOutputBySelfTest() - Constructor for class io.netty.testsuite.transport.socket.SocketShutdownOutputBySelfTest
 
SocketSpdyEchoTest - Class in io.netty.testsuite.transport.socket
 
SocketSpdyEchoTest() - Constructor for class io.netty.testsuite.transport.socket.SocketSpdyEchoTest
 
SocketSslClientRenegotiateTest - Class in io.netty.testsuite.transport.socket
 
SocketSslClientRenegotiateTest(SslContext, SslContext) - Constructor for class io.netty.testsuite.transport.socket.SocketSslClientRenegotiateTest
 
SocketSslEchoTest - Class in io.netty.testsuite.transport.socket
 
SocketSslEchoTest(SslContext, SslContext, SocketSslEchoTest.Renegotiation, boolean, boolean, boolean, boolean, boolean) - Constructor for class io.netty.testsuite.transport.socket.SocketSslEchoTest
 
SocketSslEchoTest.Renegotiation - Class in io.netty.testsuite.transport.socket
 
SocketSslEchoTest.RenegotiationType - Enum in io.netty.testsuite.transport.socket
 
SocketSslGreetingTest - Class in io.netty.testsuite.transport.socket
 
SocketSslGreetingTest(SslContext, SslContext) - Constructor for class io.netty.testsuite.transport.socket.SocketSslGreetingTest
 
SocketStartTlsTest - Class in io.netty.testsuite.transport.socket
 
SocketStartTlsTest(SslContext, SslContext) - Constructor for class io.netty.testsuite.transport.socket.SocketStartTlsTest
 
SocketStringEchoTest - Class in io.netty.testsuite.transport.socket
 
SocketStringEchoTest() - Constructor for class io.netty.testsuite.transport.socket.SocketStringEchoTest
 
SocketTestPermutation - Class in io.netty.testsuite.transport.socket
 
SocketTestPermutation() - Constructor for class io.netty.testsuite.transport.socket.SocketTestPermutation
 

T

testAutoReadDisableOutsideChannelRead() - Method in class io.netty.testsuite.transport.socket.SocketAutoReadTest
 
testAutoReadDisableOutsideChannelRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketAutoReadTest
 
testAutoReadDisableOutsideChannelReadManualRead() - Method in class io.netty.testsuite.transport.socket.SocketAutoReadTest
 
testAutoReadDisableOutsideChannelReadManualRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketAutoReadTest
 
testAutoReadGlobalTrafficShapping() - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testAutoReadGlobalTrafficShapping(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testAutoReadTrafficShapping() - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testAutoReadTrafficShapping(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testBufRelease() - Method in class io.netty.testsuite.transport.socket.SocketBufReleaseTest
 
testBufRelease(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketBufReleaseTest
 
testCancelWrite() - Method in class io.netty.testsuite.transport.socket.SocketCancelWriteTest
 
testCancelWrite(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketCancelWriteTest
 
testConnectCancellation() - Method in class io.netty.testsuite.transport.socket.SocketConnectionAttemptTest
 
testConnectCancellation(Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketConnectionAttemptTest
 
testConnectTimeout() - Method in class io.netty.testsuite.transport.socket.SocketConnectionAttemptTest
 
testConnectTimeout(Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketConnectionAttemptTest
 
testFileRegion() - Method in class io.netty.testsuite.transport.socket.SocketFileRegionTest
 
testFileRegion(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketFileRegionTest
 
testFileRegionNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketFileRegionTest
 
testFileRegionNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketFileRegionTest
 
testFileRegionVoidPromise() - Method in class io.netty.testsuite.transport.socket.SocketFileRegionTest
 
testFileRegionVoidPromise(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketFileRegionTest
 
testFileRegionVoidPromiseNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketFileRegionTest
 
testFileRegionVoidPromiseNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketFileRegionTest
 
testFixedLengthEcho() - Method in class io.netty.testsuite.transport.socket.SocketFixedLengthEchoTest
 
testFixedLengthEcho(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketFixedLengthEchoTest
 
testFixedLengthEchoNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketFixedLengthEchoTest
 
testFixedLengthEchoNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketFixedLengthEchoTest
 
testGatheringWrite() - Method in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
testGatheringWrite(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
testGatheringWriteBig() - Method in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
testGatheringWriteBig(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
testGatheringWriteNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
testGatheringWriteNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
testGatheringWriteWithComposite() - Method in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
testGatheringWriteWithComposite(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
testGatheringWriteWithCompositeNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
testGatheringWriteWithCompositeNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
testMethodName(TestName) - Static method in class io.netty.testsuite.util.TestUtils
Returns the method name of the current test.
testMulticast() - Method in class io.netty.testsuite.transport.socket.DatagramMulticastTest
 
testMulticast(Bootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.DatagramMulticastTest
 
testName - Variable in class io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
testName - Variable in class io.netty.testsuite.transport.AbstractTestsuiteTest
 
testNoTrafficShapping() - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testNoTrafficShapping(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testObjectEcho() - Method in class io.netty.testsuite.transport.socket.SocketObjectEchoTest
 
testObjectEcho(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketObjectEchoTest
 
testObjectEchoNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketObjectEchoTest
 
testObjectEchoNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketObjectEchoTest
 
testRead1TrafficShapping() - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testRead1TrafficShapping(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testReadGlobalTrafficShapping() - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testReadGlobalTrafficShapping(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testReadTrafficShapping() - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testReadTrafficShapping(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testShutdownOutput() - Method in class io.netty.testsuite.transport.socket.SocketShutdownOutputByPeerTest
 
testShutdownOutput(ServerBootstrap) - Method in class io.netty.testsuite.transport.socket.SocketShutdownOutputByPeerTest
 
testShutdownOutput() - Method in class io.netty.testsuite.transport.socket.SocketShutdownOutputBySelfTest
 
testShutdownOutput(Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketShutdownOutputBySelfTest
 
testShutdownOutputWithoutOption() - Method in class io.netty.testsuite.transport.socket.SocketShutdownOutputByPeerTest
 
testShutdownOutputWithoutOption(ServerBootstrap) - Method in class io.netty.testsuite.transport.socket.SocketShutdownOutputByPeerTest
 
testSimpleEcho() - Method in class io.netty.testsuite.transport.sctp.SctpEchoTest
 
testSimpleEcho(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.sctp.SctpEchoTest
 
testSimpleEcho() - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEcho(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoUnordered() - Method in class io.netty.testsuite.transport.sctp.SctpEchoTest
 
testSimpleEchoUnordered(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.sctp.SctpEchoTest
 
testSimpleEchoWithAdditionalExecutor() - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoWithAdditionalExecutor(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoWithAdditionalExecutorAndVoidPromise() - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoWithAdditionalExecutorAndVoidPromise(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoWithAdditionalExecutorNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoWithAdditionalExecutorNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoWithVoidPromise() - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoWithVoidPromise(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoWithVoidPromiseNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleEchoWithVoidPromiseNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketEchoTest
 
testSimpleSendCompositeDirectByteBuf() - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSimpleSendCompositeDirectByteBuf(Bootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSimpleSendCompositeHeapByteBuf() - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSimpleSendCompositeHeapByteBuf(Bootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSimpleSendCompositeMixedByteBuf() - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSimpleSendCompositeMixedByteBuf(Bootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSimpleSendDirectByteBuf() - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSimpleSendDirectByteBuf(Bootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSimpleSendHeapByteBuf() - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSimpleSendHeapByteBuf(Bootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSimpleSendWithoutBind() - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSimpleSendWithoutBind(Bootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.DatagramUnicastTest
 
testSpdyEcho() - Method in class io.netty.testsuite.transport.socket.SocketSpdyEchoTest
 
testSpdyEcho(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketSpdyEchoTest
 
testSpdyEchoNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketSpdyEchoTest
 
testSpdyEchoNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketSpdyEchoTest
 
testSslEcho() - Method in class io.netty.testsuite.transport.socket.SocketSslEchoTest
 
testSslEcho(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketSslEchoTest
 
testSslGreeting() - Method in class io.netty.testsuite.transport.socket.SocketSslGreetingTest
 
testSslGreeting(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketSslGreetingTest
 
testSslRenegotiationRejected() - Method in class io.netty.testsuite.transport.socket.SocketSslClientRenegotiateTest
 
testSslRenegotiationRejected(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketSslClientRenegotiateTest
 
testStartTls() - Method in class io.netty.testsuite.transport.socket.SocketStartTlsTest
 
testStartTls(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketStartTlsTest
 
testStartTlsNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketStartTlsTest
 
testStartTlsNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketStartTlsTest
 
testStringEcho() - Method in class io.netty.testsuite.transport.socket.SocketStringEchoTest
 
testStringEcho(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketStringEchoTest
 
testStringEchoNotAutoRead() - Method in class io.netty.testsuite.transport.socket.SocketStringEchoTest
 
testStringEchoNotAutoRead(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.SocketStringEchoTest
 
TestsuitePermutation - Class in io.netty.testsuite.transport
 
TestsuitePermutation.BootstrapComboFactory<SB extends io.netty.bootstrap.AbstractBootstrap<?,?>,CB extends io.netty.bootstrap.AbstractBootstrap<?,?>> - Interface in io.netty.testsuite.transport
 
TestsuitePermutation.BootstrapFactory<CB extends io.netty.bootstrap.AbstractBootstrap<?,?>> - Interface in io.netty.testsuite.transport
 
testSuspendAndResumeAccept() - Method in class io.netty.testsuite.transport.socket.ServerSocketSuspendTest
 
testSuspendAndResumeAccept(ServerBootstrap) - Method in class io.netty.testsuite.transport.socket.ServerSocketSuspendTest
 
TestUtils - Class in io.netty.testsuite.util
 
testWrite1TrafficShapping() - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testWrite1TrafficShapping(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testWriteBeforeConnect() - Method in class io.netty.testsuite.transport.socket.WriteBeforeRegisteredTest
 
testWriteBeforeConnect(Bootstrap) - Method in class io.netty.testsuite.transport.socket.WriteBeforeRegisteredTest
 
testWriteGlobalTrafficShapping() - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testWriteGlobalTrafficShapping(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testWriteTrafficShapping() - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
testWriteTrafficShapping(ServerBootstrap, Bootstrap) - Method in class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
toString() - Method in class io.netty.testsuite.transport.socket.SocketSslEchoTest.Renegotiation
 
TrafficShapingHandlerTest - Class in io.netty.testsuite.transport.socket
 
TrafficShapingHandlerTest() - Constructor for class io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 

U

UDTClientServerConnectionTest - Class in io.netty.testsuite.transport.udt
Verify UDT connect/disconnect life cycle.
UDTClientServerConnectionTest() - Constructor for class io.netty.testsuite.transport.udt.UDTClientServerConnectionTest
 

V

valueOf(String) - Static method in enum io.netty.testsuite.transport.socket.SocketSslEchoTest.RenegotiationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.netty.testsuite.transport.socket.SocketSslEchoTest.RenegotiationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORKERS - Static variable in class io.netty.testsuite.transport.socket.SocketTestPermutation
 
WriteBeforeRegisteredTest - Class in io.netty.testsuite.transport.socket
 
WriteBeforeRegisteredTest() - Constructor for class io.netty.testsuite.transport.socket.WriteBeforeRegisteredTest
 
A B C D E G I L M N O R S T U V W 

Copyright © 2008–2015 The Netty Project. All rights reserved.