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 Connectionpublic InetAddress getRemoteAddress()
getRemoteAddress in interface Connectionpublic InetAddress getLocalAddress()
getLocalAddress in interface ConnectionCopyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.