org.fourthline.cling.transport.impl
Class StreamServerImpl.HttpServerConnection
java.lang.Object
org.fourthline.cling.transport.impl.StreamServerImpl.HttpServerConnection
- All Implemented Interfaces:
- Connection
- Enclosing class:
- StreamServerImpl
protected class StreamServerImpl.HttpServerConnection
- extends Object
- implements Connection
Field Summary |
protected com.sun.net.httpserver.HttpExchange |
exchange
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exchange
protected com.sun.net.httpserver.HttpExchange exchange
StreamServerImpl.HttpServerConnection
public StreamServerImpl.HttpServerConnection(com.sun.net.httpserver.HttpExchange exchange)
isOpen
public boolean isOpen()
- Specified by:
isOpen
in interface Connection
getRemoteAddress
public InetAddress getRemoteAddress()
- Specified by:
getRemoteAddress
in interface Connection
getLocalAddress
public InetAddress getLocalAddress()
- Specified by:
getLocalAddress
in interface Connection
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.