@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, toString
public static SourceRconChannelContext getContext(io.netty.channel.Channel channel)
protected NettyChannelContext.Properties newProperties(NettyChannelContext.Properties copy)
newProperties.
newProperties
in class NettyChannelContext
copy
- a NettyChannelContext.Properties
objectNettyChannelContext.Properties
objectpublic SourceRconChannelContext.RconProperties properties()
properties.
properties
in class NettyChannelContext
NettyChannelContext.Properties
objectpublic SourceRconMessenger messenger()
messenger.
messenger
in class NettyChannelContext
NettyMessenger
objectpublic CompletableFuture<SourceRconChannelContext> send()
send.
send
in class NettyChannelContext
CompletableFuture
objectpublic SourceRconChannelContext save()
save
in class NettyChannelContext
NettyChannelContext
public SourceRconChannelContext restore()
restore
in class NettyChannelContext
NettyChannelContext
Copyright © 2016–2024. All rights reserved.