Skip navigation links
A B C E G I K M N R 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
 
ChannelType - Interface in net.lenni0451.commons.netty.channel
 
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

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

G

getBest() - Static method in enum net.lenni0451.commons.netty.channel.TCPChannelType
 
getBest(SocketAddress) - Static method in enum net.lenni0451.commons.netty.channel.TCPChannelType
 
getBest(boolean) - Static method in enum net.lenni0451.commons.netty.channel.TCPChannelType
 
getBest(TCPChannelType...) - Static method in enum net.lenni0451.commons.netty.channel.TCPChannelType
 
getBest() - Static method in enum net.lenni0451.commons.netty.channel.UDPChannelType
 
getBest(SocketAddress) - Static method in enum net.lenni0451.commons.netty.channel.UDPChannelType
 
getBest(boolean) - Static method in enum net.lenni0451.commons.netty.channel.UDPChannelType
 
getBest(UDPChannelType...) - Static method in enum net.lenni0451.commons.netty.channel.UDPChannelType
 
getChannel() - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableClient
 
getChannel() - Method in class net.lenni0451.commons.netty.bootstrap.types.ReliableServer
 
getChannel() - Method in class net.lenni0451.commons.netty.bootstrap.udp.UDPClientServer
 

I

ioHandlerFactorySupplier() - Method in interface net.lenni0451.commons.netty.channel.ChannelType
 

K

KCPClient - Class in net.lenni0451.commons.netty.bootstrap.kcp
A simple KCP client implementation.
Requires io.jpower.kcp:kcp-netty as dependency.
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.
* Requires io.jpower.kcp:kcp-netty as dependency.
KCPServer(ChannelInitializer<Channel>) - Constructor for class net.lenni0451.commons.netty.bootstrap.kcp.KCPServer
Create a new KCP server.

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.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.channel - package net.lenni0451.commons.netty.channel
 
net.lenni0451.commons.netty.websocket - package net.lenni0451.commons.netty.websocket
 

R

RaknetClient - Class in net.lenni0451.commons.netty.bootstrap.raknet
A simple RakNet client implementation.
Requires org.cloudburstmc.netty:netty-transport-raknet as dependency.
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.
* Requires org.cloudburstmc.netty:netty-transport-raknet as dependency.
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
 

T

TCPChannelType - Enum in net.lenni0451.commons.netty.channel
 
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.
tcpClientEventLoop(TCPChannelType) - Static method in class net.lenni0451.commons.netty.channel.EventLoops
 
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.
tcpServerChildEventLoop(TCPChannelType) - Static method in class net.lenni0451.commons.netty.channel.EventLoops
 
tcpServerParentEventLoop(TCPChannelType) - Static method in class net.lenni0451.commons.netty.channel.EventLoops
 

U

UDPChannelType - Enum in net.lenni0451.commons.netty.channel
 
udpClientEventLoop(UDPChannelType) - Static method in class net.lenni0451.commons.netty.channel.EventLoops
 
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.
udpServerChildEventLoop(UDPChannelType) - Static method in class net.lenni0451.commons.netty.channel.EventLoops
 
udpServerParentEventLoop(UDPChannelType) - Static method in class net.lenni0451.commons.netty.channel.EventLoops
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class net.lenni0451.commons.netty.websocket.WebSocketActiveNotifier
 

V

valueOf(String) - Static method in enum net.lenni0451.commons.netty.channel.TCPChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.lenni0451.commons.netty.channel.UDPChannelType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.lenni0451.commons.netty.channel.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.channel.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 I K M N R T U V W 
Skip navigation links