protected class StreamServerImpl.HttpServerConnection extends Object implements Connection
Modifier and Type | Field and Description |
---|---|
protected com.sun.net.httpserver.HttpExchange |
exchange |
Constructor and Description |
---|
StreamServerImpl.HttpServerConnection(com.sun.net.httpserver.HttpExchange exchange) |
Modifier and Type | Method and Description |
---|---|
InetAddress |
getLocalAddress() |
InetAddress |
getRemoteAddress() |
boolean |
isOpen() |
public StreamServerImpl.HttpServerConnection(com.sun.net.httpserver.HttpExchange exchange)
public boolean isOpen()
isOpen
in interface Connection
public InetAddress getRemoteAddress()
getRemoteAddress
in interface Connection
public InetAddress getLocalAddress()
getLocalAddress
in interface Connection
Copyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.