|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jetty.io.bio.StreamEndPoint
org.eclipse.jetty.nested.NestedEndPoint
public class NestedEndPoint
| Constructor Summary | |
|---|---|
NestedEndPoint(javax.servlet.http.HttpServletRequest outerRequest,
javax.servlet.http.HttpServletResponse outerResponse)
|
|
| Method Summary | |
|---|---|
String |
getLocalAddr()
|
String |
getLocalHost()
|
int |
getLocalPort()
|
String |
getRemoteAddr()
|
String |
getRemoteHost()
|
int |
getRemotePort()
|
javax.servlet.ServletInputStream |
getServletInputStream()
|
| Methods inherited from class org.eclipse.jetty.io.bio.StreamEndPoint |
|---|
blockReadable, blockWritable, close, fill, flush, flush, flush, getInputStream, getMaxIdleTime, getOutputStream, getTransport, idleExpired, isBlocking, isClosed, isInputShutdown, isOpen, isOutputShutdown, setInputStream, setMaxIdleTime, setOutputStream, shutdownInput, shutdownOutput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NestedEndPoint(javax.servlet.http.HttpServletRequest outerRequest,
javax.servlet.http.HttpServletResponse outerResponse)
throws IOException
IOException| Method Detail |
|---|
public javax.servlet.ServletInputStream getServletInputStream()
public String getLocalAddr()
getLocalAddr in interface org.eclipse.jetty.io.EndPointgetLocalAddr in class org.eclipse.jetty.io.bio.StreamEndPointpublic String getLocalHost()
getLocalHost in interface org.eclipse.jetty.io.EndPointgetLocalHost in class org.eclipse.jetty.io.bio.StreamEndPointpublic int getLocalPort()
getLocalPort in interface org.eclipse.jetty.io.EndPointgetLocalPort in class org.eclipse.jetty.io.bio.StreamEndPointpublic String getRemoteAddr()
getRemoteAddr in interface org.eclipse.jetty.io.EndPointgetRemoteAddr in class org.eclipse.jetty.io.bio.StreamEndPointpublic String getRemoteHost()
getRemoteHost in interface org.eclipse.jetty.io.EndPointgetRemoteHost in class org.eclipse.jetty.io.bio.StreamEndPointpublic int getRemotePort()
getRemotePort in interface org.eclipse.jetty.io.EndPointgetRemotePort in class org.eclipse.jetty.io.bio.StreamEndPoint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||