org.eclipse.jetty.nested
类 NestedEndPoint

java.lang.Object
  继承者 org.eclipse.jetty.io.bio.StreamEndPoint
      继承者 org.eclipse.jetty.nested.NestedEndPoint
所有已实现的接口:
EndPoint

public class NestedEndPoint
extends StreamEndPoint


构造方法摘要
NestedEndPoint(HttpServletRequest outerRequest, HttpServletResponse outerResponse)
           
 
方法摘要
 String getLocalAddr()
           
 String getLocalHost()
           
 int getLocalPort()
           
 String getRemoteAddr()
           
 String getRemoteHost()
           
 int getRemotePort()
           
 ServletInputStream getServletInputStream()
           
 
从类 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
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NestedEndPoint

public NestedEndPoint(HttpServletRequest outerRequest,
                      HttpServletResponse outerResponse)
               throws IOException
抛出:
IOException
方法详细信息

getServletInputStream

public ServletInputStream getServletInputStream()

getLocalAddr

public String getLocalAddr()
指定者:
接口 EndPoint 中的 getLocalAddr
覆盖:
StreamEndPoint 中的 getLocalAddr
返回:
The local IP address to which this EndPoint is bound, or null if this EndPoint does not represent a network connection.

getLocalHost

public String getLocalHost()
指定者:
接口 EndPoint 中的 getLocalHost
覆盖:
StreamEndPoint 中的 getLocalHost
返回:
The local host name to which this EndPoint is bound, or null if this EndPoint does not represent a network connection.

getLocalPort

public int getLocalPort()
指定者:
接口 EndPoint 中的 getLocalPort
覆盖:
StreamEndPoint 中的 getLocalPort
返回:
The local port number on which this EndPoint is listening, or 0 if this EndPoint does not represent a network connection.

getRemoteAddr

public String getRemoteAddr()
指定者:
接口 EndPoint 中的 getRemoteAddr
覆盖:
StreamEndPoint 中的 getRemoteAddr
返回:
The remote IP address to which this EndPoint is connected, or null if this EndPoint does not represent a network connection.

getRemoteHost

public String getRemoteHost()
指定者:
接口 EndPoint 中的 getRemoteHost
覆盖:
StreamEndPoint 中的 getRemoteHost
返回:
The host name of the remote machine to which this EndPoint is connected, or null if this EndPoint does not represent a network connection.

getRemotePort

public int getRemotePort()
指定者:
接口 EndPoint 中的 getRemotePort
覆盖:
StreamEndPoint 中的 getRemotePort
返回:
The remote port number to which this EndPoint is connected, or 0 if this EndPoint does not represent a network connection.


Copyright © 2013. All Rights Reserved.