Interface HttpServerChannel

All Superinterfaces:
java.lang.AutoCloseable, java.io.Closeable, CloseableChannel

public interface HttpServerChannel
extends CloseableChannel
  • Method Summary

    Modifier and Type Method Description
    java.net.InetSocketAddress getLocalAddress()
    Returns the local address for this channel.

    Methods inherited from interface org.elasticsearch.common.network.CloseableChannel

    addCloseListener, close, isOpen
  • Method Details

    • getLocalAddress

      java.net.InetSocketAddress getLocalAddress()
      Returns the local address for this channel.
      Returns:
      the local address of this channel.