Interface Transport

    • Method Detail

      • getRemoteAddress

        java.net.InetSocketAddress getRemoteAddress()
        Get remote address.
        Returns:
        remote address.
      • getContext

        ContextImpl getContext()
        Get context transport is living in.
        Returns:
        context transport is living in.
      • getMinorRevision

        short getMinorRevision()
        Transport protocol minor revision.
        Returns:
        protocol minor revision.
      • getPriority

        int getPriority()
      • acquireSendBuffer

        java.nio.ByteBuffer acquireSendBuffer​(int requiredSize)
      • releaseSendBuffer

        void releaseSendBuffer​(boolean ignore,
                               boolean flush)
      • flush

        void flush()