Class HttpConnection

java.lang.Object
robaho.net.httpserver.HttpConnection

public class HttpConnection extends Object
encapsulates all the connection specific state for a HTTP/S connection one of these is hung from the selector attachment and is used to locate everything from that.
  • Field Details

  • Method Details

    • isClosed

      public boolean isClosed()
    • debug

      public void debug()
    • getSSLSession

      public SSLSession getSSLSession()
    • isSSL

      public boolean isSSL()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRemoteAddress

      public InetSocketAddress getRemoteAddress()
    • getLocalAddress

      public InetSocketAddress getLocalAddress()