Skip navigation links
A B C E G K L M N R S T U V W 

A

ATTRIBUTE_CLIENT_SERVER - Static variable in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 

B

bind(String, int, boolean) - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableServer
Bind the server to the given host and port.
bind(SocketAddress, boolean) - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableServer
Bind the server to the given socket address.
bind(String, int, boolean) - Method in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
Bind the server to the given host and port.
bootstrap - Variable in class net.lenni0451.commons.netty.bootstrap.types.ReliableClient
 
bootstrap - Variable in class net.lenni0451.commons.netty.bootstrap.types.ReliableServer
 
bootstrap - Variable in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 

C

channelActive(ChannelHandlerContext) - Method in class net.lenni0451.commons.netty.websocket.WebSocketActiveNotifier
 
channelFuture - Variable in class net.lenni0451.commons.netty.bootstrap.types.ReliableClient
 
channelFuture - Variable in class net.lenni0451.commons.netty.bootstrap.types.ReliableServer
 
channelFuture - Variable in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 
channelInitializer - Variable in class net.lenni0451.commons.netty.bootstrap.types.ReliableClient
 
channelInitializer - Variable in class net.lenni0451.commons.netty.bootstrap.types.ReliableServer
 
channelInitializer - Variable in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 
channelType - Variable in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 
close() - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableClient
Close the connected channel future.
close() - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableServer
Close the bound channel future.
close() - Method in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
Close the connected channel future.
configureBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.kcp.KCPClient
 
configureBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.kcp.KCPServer
 
configureBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetClient
 
configureBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetServer
 
configureBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.tcp.TCPClient
 
configureBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.tcp.TCPServer
 
configureBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableClient
Configure the bootstrap channel, event group and options.
configureBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableServer
Configure the bootstrap channel, event group and options.
configureBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
Configure the bootstrap channel, event group and options.
connect(String, int, boolean) - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableClient
Connect to the given host and port.
connect(SocketAddress, boolean) - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableClient
Connect to the given address.
connect(String, int, boolean) - Method in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
Connect the client to the given host and port.
connect(SocketAddress, boolean) - Method in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
Connect the client to the given address.

E

EPOLL - Static variable in class net.lenni0451.commons.netty.LazyGroups
 
EPOLL_CLIENT_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
 
EPOLL_SERVER_CHILD_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
 
EPOLL_SERVER_PARENT_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
 

G

getBest() - Static method in enum net.lenni0451.commons.netty.TCPChannelType
 
getBest() - Static method in enum net.lenni0451.commons.netty.UDPChannelType
 
getBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableClient
 
getBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableServer
 
getBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 
getChannelClass() - Method in enum net.lenni0451.commons.netty.UDPChannelType
 
getChannelFuture() - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableClient
 
getChannelFuture() - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableServer
 
getChannelFuture() - Method in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 
getChannelType() - Method in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetClient
 
getChannelType() - Method in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetServer
 
getChannelType() - Method in class net.lenni0451.commons.netty.bootstrap.tcp.TCPClient
 
getChannelType() - Method in class net.lenni0451.commons.netty.bootstrap.tcp.TCPServer
 
getChannelType() - Method in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 
getClientChannel() - Method in enum net.lenni0451.commons.netty.TCPChannelType
 
getClientLoopGroup() - Method in class net.lenni0451.commons.netty.LazyGroups
 
getClientLoopGroup() - Method in enum net.lenni0451.commons.netty.TCPChannelType
 
getClientLoopGroup() - Method in enum net.lenni0451.commons.netty.UDPChannelType
 
getConnectTimeout() - Method in class net.lenni0451.commons.netty.bootstrap.kcp.KCPClient
 
getConnectTimeout() - Method in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetClient
 
getConnectTimeout() - Method in class net.lenni0451.commons.netty.bootstrap.tcp.TCPClient
 
getServerChannel() - Method in enum net.lenni0451.commons.netty.TCPChannelType
 
getServerChildLoopGroup() - Method in class net.lenni0451.commons.netty.LazyGroups
 
getServerChildLoopGroup() - Method in enum net.lenni0451.commons.netty.TCPChannelType
 
getServerChildLoopGroup() - Method in enum net.lenni0451.commons.netty.UDPChannelType
 
getServerParentLoopGroup() - Method in class net.lenni0451.commons.netty.LazyGroups
 
getServerParentLoopGroup() - Method in enum net.lenni0451.commons.netty.TCPChannelType
 
getServerParentLoopGroup() - Method in enum net.lenni0451.commons.netty.UDPChannelType
 
getSessionTimeout() - Method in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetClient
 
getSessionTimeout() - Method in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetServer
 

K

KCPClient - Class in net.lenni0451.commons.netty.bootstrap.kcp
A simple KCP client implementation.
KCPClient(ChannelInitializer<Channel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.kcp.KCPClient
Create a new KCP client.
KCPServer - Class in net.lenni0451.commons.netty.bootstrap.kcp
A simple KCP server implementation.
KCPServer(ChannelInitializer<Channel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.kcp.KCPServer
Create a new KCP server.
KQUEUE - Static variable in class net.lenni0451.commons.netty.LazyGroups
 
KQUEUE_CLIENT_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
 
KQUEUE_SERVER_CHILD_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
 
KQUEUE_SERVER_PARENT_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
 

L

LazyGroups - Class in net.lenni0451.commons.netty
 

M

MAX_ORDERING_CHANNELS - Static variable in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetClient
 
MAX_ORDERING_CHANNELS - Static variable in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetServer
 

N

net.lenni0451.commons.netty - package net.lenni0451.commons.netty
 
net.lenni0451.commons.netty.bootstrap.kcp - package net.lenni0451.commons.netty.bootstrap.kcp
 
net.lenni0451.commons.netty.bootstrap.raknet - package net.lenni0451.commons.netty.bootstrap.raknet
 
net.lenni0451.commons.netty.bootstrap.tcp - package net.lenni0451.commons.netty.bootstrap.tcp
 
net.lenni0451.commons.netty.bootstrap.types - package net.lenni0451.commons.netty.bootstrap.types
 
net.lenni0451.commons.netty.bootstrap.udp - package net.lenni0451.commons.netty.bootstrap.udp
 
net.lenni0451.commons.netty.websocket - package net.lenni0451.commons.netty.websocket
 
NIO - Static variable in class net.lenni0451.commons.netty.LazyGroups
 
NIO_CLIENT_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
 
NIO_SERVER_CHILD_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
 
NIO_SERVER_PARENT_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
 

R

RaknetClient - Class in net.lenni0451.commons.netty.bootstrap.raknet
A simple RakNet client implementation.
RaknetClient(ChannelInitializer<Channel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.raknet.RaknetClient
Create a new RakNet client.
RaknetClient(ChannelInitializer<Channel>, UDPChannelType) - Constructor for class net.lenni0451.commons.netty.bootstrap.raknet.RaknetClient
Create a new RakNet client.
RaknetServer - Class in net.lenni0451.commons.netty.bootstrap.raknet
A simple RakNet server implementation.
RaknetServer(ChannelInitializer<Channel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.raknet.RaknetServer
Create a new RakNet server.
RaknetServer(ChannelInitializer<Channel>, UDPChannelType) - Constructor for class net.lenni0451.commons.netty.bootstrap.raknet.RaknetServer
Create a new RakNet server.
ReliableClient - Class in net.lenni0451.commons.netty.bootstrap.types
An abstract client implementation for reliable protocols.
ReliableClient(ChannelInitializer<Channel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.types.ReliableClient
 
ReliableServer - Class in net.lenni0451.commons.netty.bootstrap.types
An abstract server implementation for reliable protocols.
ReliableServer(ChannelInitializer<Channel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.types.ReliableServer
 

S

setConnectTimeout(int) - Method in class net.lenni0451.commons.netty.bootstrap.kcp.KCPClient
Set the connect timeout in milliseconds.
setConnectTimeout(long) - Method in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetClient
Set the connect timeout in milliseconds.
setConnectTimeout(int) - Method in class net.lenni0451.commons.netty.bootstrap.tcp.TCPClient
Set the connect timeout in milliseconds.
setSessionTimeout(long) - Method in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetClient
Set the session timeout in milliseconds.
setSessionTimeout(long) - Method in class net.lenni0451.commons.netty.bootstrap.raknet.RaknetServer
Set the session timeout in milliseconds.

T

TCPChannelType - Enum in net.lenni0451.commons.netty
 
TCPClient - Class in net.lenni0451.commons.netty.bootstrap.tcp
A simple TCP client implementation.
TCPClient(ChannelInitializer<Channel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.tcp.TCPClient
Create a new TCP client.
TCPClient(ChannelInitializer<Channel>, TCPChannelType) - Constructor for class net.lenni0451.commons.netty.bootstrap.tcp.TCPClient
Create a new TCP client.
TCPServer - Class in net.lenni0451.commons.netty.bootstrap.tcp
A simple TCP server implementation.
TCPServer(ChannelInitializer<Channel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.tcp.TCPServer
Create a new TCP server.
TCPServer(ChannelInitializer<Channel>, TCPChannelType) - Constructor for class net.lenni0451.commons.netty.bootstrap.tcp.TCPServer
Create a new TCP server.

U

UDPChannelType - Enum in net.lenni0451.commons.netty
 
UDPClientServer - Class in net.lenni0451.commons.netty.bootstrap.udp
A simple UDP client/server implementation.
UDPClientServer(ChannelInitializer<DatagramChannel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
Create a new UDP client/server.
UDPClientServer(ChannelInitializer<DatagramChannel>, UDPChannelType) - Constructor for class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
Create a new UDP client/server.
userEventTriggered(ChannelHandlerContext, Object) - Method in class net.lenni0451.commons.netty.websocket.WebSocketActiveNotifier
 

V

valueOf(String) - Static method in enum net.lenni0451.commons.netty.TCPChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.lenni0451.commons.netty.UDPChannelType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.lenni0451.commons.netty.TCPChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.lenni0451.commons.netty.UDPChannelType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebSocketActiveNotifier - Class in net.lenni0451.commons.netty.websocket
Delay the channelActive until the WebSocket handshake is complete.
WebSocketActiveNotifier() - Constructor for class net.lenni0451.commons.netty.websocket.WebSocketActiveNotifier
 
A B C E G K L M N R S T U V W 
Skip navigation links