org.fourthline.cling.transport.impl
Class AsyncServletStreamServerImpl.AsyncServletConnection
java.lang.Object
org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl.AsyncServletConnection
- All Implemented Interfaces:
- Connection
- Enclosing class:
- AsyncServletStreamServerImpl
protected class AsyncServletStreamServerImpl.AsyncServletConnection
- extends Object
- implements Connection
Field Summary |
protected javax.servlet.http.HttpServletRequest |
request
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
request
protected javax.servlet.http.HttpServletRequest request
AsyncServletStreamServerImpl.AsyncServletConnection
public AsyncServletStreamServerImpl.AsyncServletConnection(javax.servlet.http.HttpServletRequest request)
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
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.