public interface ServerConnection
Modifier and Type | Interface and Description |
---|---|
static class |
ServerConnection.KeyData |
static interface |
ServerConnection.Listener |
Modifier and Type | Method and Description |
---|---|
io.netty.buffer.ByteBufAllocator |
getAllocator() |
ScheduledExecutorService |
getIOExecutor() |
ServerConnection.KeyData |
getKeyData() |
Version |
getProtocolVersion() |
SocketAddress |
getRemoteAddress() |
RequestExecutor |
getRequestExecutor() |
ServerInfo |
getServerInfo() |
TransactionStatus |
getTransactionStatus() |
boolean |
isConnected() |
io.netty.channel.ChannelFuture |
kill() |
io.netty.channel.ChannelFuture |
shutdown() |
ServerInfo getServerInfo()
Version getProtocolVersion()
ServerConnection.KeyData getKeyData()
io.netty.buffer.ByteBufAllocator getAllocator()
SocketAddress getRemoteAddress()
TransactionStatus getTransactionStatus() throws IOException
IOException
RequestExecutor getRequestExecutor()
io.netty.channel.ChannelFuture shutdown()
io.netty.channel.ChannelFuture kill()
boolean isConnected()
ScheduledExecutorService getIOExecutor()