Interface RemoteConnection


public interface RemoteConnection
INTERNAL API.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.channel.ChannelFuture
    The channel future associated with this connection.
    void
    Shutdown the connection and release the resources.
  • Method Details

    • channelFuture

      io.netty.channel.ChannelFuture channelFuture()
      The channel future associated with this connection.
    • shutdown

      void shutdown()
      Shutdown the connection and release the resources.