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

A

AReliableClient - Class in net.lenni0451.commons.netty.bootstrap.types
An abstract client implementation for reliable protocols.
AReliableClient(ChannelInitializer<Channel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.types.AReliableClient
 
AReliableServer - Class in net.lenni0451.commons.netty.bootstrap.types
An abstract server implementation for reliable protocols.
AReliableServer(ChannelInitializer<Channel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.types.AReliableServer
 
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.AReliableServer
Bind the server to the given host and port.
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.AReliableClient
 
bootstrap - Variable in class net.lenni0451.commons.netty.bootstrap.types.AReliableServer
 
bootstrap - Variable in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 

C

channelFuture - Variable in class net.lenni0451.commons.netty.bootstrap.types.AReliableClient
 
channelFuture - Variable in class net.lenni0451.commons.netty.bootstrap.types.AReliableServer
 
channelFuture - Variable in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 
channelInitializer - Variable in class net.lenni0451.commons.netty.bootstrap.types.AReliableClient
 
channelInitializer - Variable in class net.lenni0451.commons.netty.bootstrap.types.AReliableServer
 
channelInitializer - Variable in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 
close() - Method in class net.lenni0451.commons.netty.bootstrap.types.AReliableClient
Close the connected channel future.
close() - Method in class net.lenni0451.commons.netty.bootstrap.types.AReliableServer
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.AReliableClient
Configure the bootstrap channel, event group and options.
configureBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.types.AReliableServer
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.AReliableClient
Connect to the given host and port.
connect(SocketAddress, boolean) - Method in class net.lenni0451.commons.netty.bootstrap.types.AReliableClient
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_CLIENT_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
Event loop group for epoll clients.
EPOLL_SERVER_CHILD_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
Child event loop group for epoll servers.
EPOLL_SERVER_PARENT_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
Parent event loop group for epoll servers.

G

getBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.types.AReliableClient
 
getBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.types.AReliableServer
 
getBootstrap() - Method in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 
getChannelFuture() - Method in class net.lenni0451.commons.netty.bootstrap.types.AReliableClient
 
getChannelFuture() - Method in class net.lenni0451.commons.netty.bootstrap.types.AReliableServer
 
getChannelFuture() - Method in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 
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
 
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.

L

LazyGroups - Class in net.lenni0451.commons.netty
 
LazyGroups() - Constructor for class net.lenni0451.commons.netty.LazyGroups
 

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
 
NIO_CLIENT_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
Event loop group for nio clients.
NIO_SERVER_CHILD_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
Child event loop group for nio servers.
NIO_SERVER_PARENT_LOOP_GROUP - Static variable in class net.lenni0451.commons.netty.LazyGroups
Parent event loop group for nio servers.

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.
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.

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

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.
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.

U

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.
A B C E G K L M N R S T U 
Skip navigation links