protected class AsyncServletStreamServerImpl.AsyncServletConnection extends Object implements Connection
Modifier and Type | Field and Description |
---|---|
protected javax.servlet.http.HttpServletRequest |
request |
Constructor and Description |
---|
AsyncServletStreamServerImpl.AsyncServletConnection(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
InetAddress |
getLocalAddress() |
InetAddress |
getRemoteAddress() |
javax.servlet.http.HttpServletRequest |
getRequest() |
boolean |
isOpen() |
public AsyncServletStreamServerImpl.AsyncServletConnection(javax.servlet.http.HttpServletRequest request)
public javax.servlet.http.HttpServletRequest getRequest()
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.