Interface ServerConnection


  • public interface ServerConnection
    • Method Detail

      • getProtocolVersion

        Version getProtocolVersion()
      • getAllocator

        io.netty.buffer.ByteBufAllocator getAllocator()
      • getRemoteAddress

        java.net.SocketAddress getRemoteAddress()
      • getTransactionStatus

        TransactionStatus getTransactionStatus()
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • shutdown

        io.netty.channel.ChannelFuture shutdown()
      • kill

        io.netty.channel.ChannelFuture kill()
      • isConnected

        boolean isConnected()
      • getIOExecutor

        java.util.concurrent.ScheduledExecutorService getIOExecutor()