- RAK_ADVERTISEMENT - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
The advertisement sent to clients pinging a server.
- RAK_AUTO_FLUSH - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Whether RakNet will flush outgoing messages autoamatically every RAK_FLUSH_INTERVAL or flushing has to be triggered by the user.
- RAK_CONNECT_TIMEOUT - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Timeout delay used during client offline phase in millis.
- RAK_FLUSH_INTERVAL - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Interval in milliseconds of how often auto flushing should happen.
- RAK_GUID - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Unique ID of the RakNet peer sent.
- RAK_HANDLE_PING - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Enables custom handling for RakNet packets in the server implementation.
- RAK_MAX_CHANNELS - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
TODO: max amount of child channels per server
- RAK_MAX_CONNECTIONS - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Maximum allowed connections to the RakNet server.
- RAK_MAX_MTU - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Maximum allowed MTU that the RakNet server connection can use
- RAK_METRICS - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
RakMetrics instance used for session
- RAK_MIN_MTU - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Minimum allowed MTU that the RakNet server connection can use
- RAK_MTU - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
MTU that the RakNet client will use when initially connecting.
- RAK_ORDERING_CHANNELS - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Maximum amount of ordering channels each RakNet connection can have.
- RAK_PROTOCOL_VERSION - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
RakNet protocol version to send to remote peer.
- RAK_REMOTE_GUID - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Unique ID of the remote RakNet peer sent.
- RAK_SESSION_TIMEOUT - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Time after session is closed due to no activity.
- RAK_SUPPORTED_PROTOCOLS - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Versions supported by the RakNet server.
- RAK_UNCONNECTED_MAGIC - Static variable in class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
Magic used to make unconnected packets unique.
- RakAcknowledgeHandler - Class in org.cloudburstmc.netty.handler.codec.raknet.common
-
- RakAcknowledgeHandler(RakSessionCodec) - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.common.RakAcknowledgeHandler
-
- RakChannel - Interface in org.cloudburstmc.netty.channel.raknet
-
- RakChannelConfig - Interface in org.cloudburstmc.netty.channel.raknet.config
-
- RakChannelFactory<T extends io.netty.channel.Channel> - Class in org.cloudburstmc.netty.channel.raknet
-
- RakChannelOption<T> - Class in org.cloudburstmc.netty.channel.raknet.config
-
- RakChannelOption() - Constructor for class org.cloudburstmc.netty.channel.raknet.config.RakChannelOption
-
- RakChannelPipeline - Class in org.cloudburstmc.netty.channel.raknet
-
- RakChannelPipeline(Channel, RakChildChannel) - Constructor for class org.cloudburstmc.netty.channel.raknet.RakChannelPipeline
-
- RakChildChannel - Class in org.cloudburstmc.netty.channel.raknet
-
- RakChildChannel(InetSocketAddress, RakServerChannel, long, int, int) - Constructor for class org.cloudburstmc.netty.channel.raknet.RakChildChannel
-
- RakChildDatagramHandler - Class in org.cloudburstmc.netty.handler.codec.raknet.server
-
- RakChildDatagramHandler(RakChildChannel) - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.server.RakChildDatagramHandler
-
- RakClientChannel - Class in org.cloudburstmc.netty.channel.raknet
-
- RakClientChannel(DatagramChannel) - Constructor for class org.cloudburstmc.netty.channel.raknet.RakClientChannel
-
- RakClientOfflineHandler - Class in org.cloudburstmc.netty.handler.codec.raknet.client
-
- RakClientOfflineHandler(RakChannel, ChannelPromise) - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.client.RakClientOfflineHandler
-
- RakClientOnlineInitialHandler - Class in org.cloudburstmc.netty.handler.codec.raknet.client
-
- RakClientOnlineInitialHandler(RakChannel, ChannelPromise) - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.client.RakClientOnlineInitialHandler
-
- RakClientProxyRouteHandler - Class in org.cloudburstmc.netty.handler.codec.raknet.client
-
- RakClientProxyRouteHandler(RakClientChannel) - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.client.RakClientProxyRouteHandler
-
- RakClientRouteHandler - Class in org.cloudburstmc.netty.handler.codec.raknet.client
-
- RakClientRouteHandler(RakClientChannel) - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.client.RakClientRouteHandler
-
- RakConstants - Class in org.cloudburstmc.netty.channel.raknet
-
- RakConstants() - Constructor for class org.cloudburstmc.netty.channel.raknet.RakConstants
-
- RakDatagramCodec - Class in org.cloudburstmc.netty.handler.codec.raknet.common
-
- RakDatagramCodec() - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.common.RakDatagramCodec
-
- RakDatagramPacket - Class in org.cloudburstmc.netty.channel.raknet.packet
-
- rakDatagramsIn(int) - Method in interface org.cloudburstmc.netty.channel.raknet.config.RakMetrics
-
- rakDatagramsOut(int) - Method in interface org.cloudburstmc.netty.channel.raknet.config.RakMetrics
-
- RakDisconnectReason - Enum in org.cloudburstmc.netty.channel.raknet
-
- RakEvent - Enum in org.cloudburstmc.netty.channel.raknet
-
- RakMessage - Class in org.cloudburstmc.netty.channel.raknet.packet
-
Representation of a RakNet Packet
- RakMessage(ByteBuf) - Constructor for class org.cloudburstmc.netty.channel.raknet.packet.RakMessage
-
- RakMessage(ByteBuf, RakReliability) - Constructor for class org.cloudburstmc.netty.channel.raknet.packet.RakMessage
-
- RakMessage(ByteBuf, RakReliability, RakPriority) - Constructor for class org.cloudburstmc.netty.channel.raknet.packet.RakMessage
-
- RakMessage(ByteBuf, RakReliability, RakPriority, int) - Constructor for class org.cloudburstmc.netty.channel.raknet.packet.RakMessage
-
- RakMetrics - Interface in org.cloudburstmc.netty.channel.raknet.config
-
- RAKNET_DATAGRAM_HEADER_SIZE - Static variable in class org.cloudburstmc.netty.channel.raknet.RakConstants
-
- RAKNET_PROTOCOL_VERSION - Static variable in class org.cloudburstmc.netty.channel.raknet.RakConstants
-
- RakOfflineState - Enum in org.cloudburstmc.netty.channel.raknet
-
- RakPing - Class in org.cloudburstmc.netty.channel.raknet
-
- RakPing(long, InetSocketAddress) - Constructor for class org.cloudburstmc.netty.channel.raknet.RakPing
-
- rakPipeline() - Method in interface org.cloudburstmc.netty.channel.raknet.RakChannel
-
- rakPipeline() - Method in class org.cloudburstmc.netty.channel.raknet.RakChildChannel
-
- rakPipeline() - Method in class org.cloudburstmc.netty.channel.raknet.RakClientChannel
-
- RakPong - Class in org.cloudburstmc.netty.channel.raknet
-
- RakPong(long, long, ByteBuf, InetSocketAddress) - Constructor for class org.cloudburstmc.netty.channel.raknet.RakPong
-
- RakPriority - Enum in org.cloudburstmc.netty.channel.raknet
-
- RakReliability - Enum in org.cloudburstmc.netty.channel.raknet
-
- RakServerChannel - Class in org.cloudburstmc.netty.channel.raknet
-
- RakServerChannel(DatagramChannel) - Constructor for class org.cloudburstmc.netty.channel.raknet.RakServerChannel
-
- RakServerChannelConfig - Interface in org.cloudburstmc.netty.channel.raknet.config
-
- RakServerOfflineHandler - Class in org.cloudburstmc.netty.handler.codec.raknet.server
-
- RakServerOfflineHandler() - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.server.RakServerOfflineHandler
-
- RakServerOnlineInitialHandler - Class in org.cloudburstmc.netty.handler.codec.raknet.server
-
- RakServerOnlineInitialHandler(RakChildChannel) - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.server.RakServerOnlineInitialHandler
-
- RakServerRouteHandler - Class in org.cloudburstmc.netty.handler.codec.raknet.server
-
- RakServerRouteHandler(RakServerChannel) - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.server.RakServerRouteHandler
-
- RakServerTailHandler - Class in org.cloudburstmc.netty.handler.codec.raknet.server
-
- RakServerTailHandler() - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.server.RakServerTailHandler
-
- RakSessionCodec - Class in org.cloudburstmc.netty.handler.codec.raknet.common
-
- RakSessionCodec(RakChannel) - Constructor for class org.cloudburstmc.netty.handler.codec.raknet.common.RakSessionCodec
-
- RakSlidingWindow - Class in org.cloudburstmc.netty.channel.raknet
-
- RakSlidingWindow(int) - Constructor for class org.cloudburstmc.netty.channel.raknet.RakSlidingWindow
-
- rakStaleDatagrams(int) - Method in interface org.cloudburstmc.netty.channel.raknet.config.RakMetrics
-
- RakState - Enum in org.cloudburstmc.netty.channel.raknet
-
- RakUtils - Class in org.cloudburstmc.netty.util
-
- RakUtils() - Constructor for class org.cloudburstmc.netty.util.RakUtils
-
- read() - Method in class org.cloudburstmc.netty.channel.proxy.ProxyChannel
-
- read(ChannelHandlerContext) - Method in class org.cloudburstmc.netty.handler.codec.raknet.client.RakClientRouteHandler
-
- read(ChannelHandlerContext) - Method in class org.cloudburstmc.netty.handler.codec.raknet.ProxyOutboundRouter
-
- readAddress(ByteBuf) - Static method in class org.cloudburstmc.netty.util.RakUtils
-
- recalculatePongTime(long) - Method in class org.cloudburstmc.netty.handler.codec.raknet.common.RakSessionCodec
-
- release() - Method in class org.cloudburstmc.netty.channel.raknet.packet.RakDatagramPacket
-
- reliability() - Method in class org.cloudburstmc.netty.channel.raknet.packet.RakMessage
-
Returns the reliability of the message
- remoteAddress() - Method in class org.cloudburstmc.netty.channel.proxy.ProxyChannel
-
- remoteAddress() - Method in class org.cloudburstmc.netty.channel.raknet.RakChildChannel
-
- remoteAddress0() - Method in class org.cloudburstmc.netty.channel.raknet.RakChildChannel
-
- remove() - Method in class org.cloudburstmc.netty.util.FastBinaryMinHeap
-
- remove(int, E) - Method in class org.cloudburstmc.netty.util.RoundRobinArray
-
- remove(Object) - Method in class org.cloudburstmc.netty.util.RoundRobinArray
-
- removeAll(Collection<?>) - Method in class org.cloudburstmc.netty.util.RoundRobinArray
-
- replace(ByteBuf) - Method in class org.cloudburstmc.netty.channel.raknet.packet.RakMessage
-
- reply(long, ByteBuf) - Method in class org.cloudburstmc.netty.channel.raknet.RakPing
-
- retain() - Method in class org.cloudburstmc.netty.channel.raknet.packet.EncapsulatedPacket
-
- retain() - Method in class org.cloudburstmc.netty.channel.raknet.packet.RakDatagramPacket
-
- retain(int) - Method in class org.cloudburstmc.netty.channel.raknet.packet.RakDatagramPacket
-
- retain() - Method in class org.cloudburstmc.netty.channel.raknet.packet.RakMessage
-
- retainAll(Collection<?>) - Method in class org.cloudburstmc.netty.util.RoundRobinArray
-
- retainedDuplicate() - Method in class org.cloudburstmc.netty.channel.raknet.packet.RakMessage
-
- RoundRobinArray<E> - Class in org.cloudburstmc.netty.util
-
- RoundRobinArray(int) - Constructor for class org.cloudburstmc.netty.util.RoundRobinArray
-
- RoundRobinIterator<E> - Class in org.cloudburstmc.netty.util
-
- RoundRobinIterator(Collection<E>) - Constructor for class org.cloudburstmc.netty.util.RoundRobinIterator
-
- valueOf(String) - Static method in enum org.cloudburstmc.netty.channel.raknet.RakDisconnectReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.cloudburstmc.netty.channel.raknet.RakEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.cloudburstmc.netty.channel.raknet.RakOfflineState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.cloudburstmc.netty.channel.raknet.RakPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.cloudburstmc.netty.channel.raknet.RakReliability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.cloudburstmc.netty.channel.raknet.RakState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.cloudburstmc.netty.channel.raknet.RakDisconnectReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.cloudburstmc.netty.channel.raknet.RakEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.cloudburstmc.netty.channel.raknet.RakOfflineState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.cloudburstmc.netty.channel.raknet.RakPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.cloudburstmc.netty.channel.raknet.RakReliability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.cloudburstmc.netty.channel.raknet.RakState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- voidPromise() - Method in class org.cloudburstmc.netty.channel.proxy.ProxyChannel
-