@ApiStatus.Internal public final class SourceRconChannelContext extends NettyChannelContext
| Modifier and Type | Class and Description |
|---|---|
class |
SourceRconChannelContext.RconProperties |
NettyChannelContext.Properties| Modifier and Type | Method and Description |
|---|---|
static SourceRconChannelContext |
getContext(io.netty.channel.Channel channel) |
SourceRconMessenger |
messenger()
messenger.
|
protected NettyChannelContext.Properties |
newProperties(NettyChannelContext.Properties copy)
newProperties.
|
SourceRconChannelContext.RconProperties |
properties()
properties.
|
SourceRconChannelContext |
restore()
Restore the previously saved context
|
SourceRconChannelContext |
save()
Save the current state of this context
|
CompletableFuture<SourceRconChannelContext> |
send()
send.
|
attach, channel, cleanup, clear, clone, close, composedFuture, disableAutoRelease, disableReadTimeout, disableWriteTimeout, enableAutoRelease, equals, eventLoop, exists, future, get, hasError, hashCode, hasResponse, id, inEventLoop, isCompleted, isValid, localAddress, markInError, markSuccess, receive, receive, remoteAddress, set, toStringpublic static SourceRconChannelContext getContext(io.netty.channel.Channel channel)
protected NettyChannelContext.Properties newProperties(NettyChannelContext.Properties copy)
newProperties.
newProperties in class NettyChannelContextcopy - a NettyChannelContext.Properties objectNettyChannelContext.Properties objectpublic SourceRconChannelContext.RconProperties properties()
properties.
properties in class NettyChannelContextNettyChannelContext.Properties objectpublic SourceRconMessenger messenger()
messenger.
messenger in class NettyChannelContextNettyMessenger objectpublic CompletableFuture<SourceRconChannelContext> send()
send.
send in class NettyChannelContextCompletableFuture objectpublic SourceRconChannelContext save()
save in class NettyChannelContextNettyChannelContextpublic SourceRconChannelContext restore()
restore in class NettyChannelContextNettyChannelContextCopyright © 2016–2024. All rights reserved.