org.eclipse.jetty.nested
Class NestedEndPoint

java.lang.Object
  extended by org.eclipse.jetty.io.bio.StreamEndPoint
      extended by org.eclipse.jetty.nested.NestedEndPoint
All Implemented Interfaces:
org.eclipse.jetty.io.EndPoint

public class NestedEndPoint
extends org.eclipse.jetty.io.bio.StreamEndPoint


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

NestedEndPoint

public NestedEndPoint(javax.servlet.http.HttpServletRequest outerRequest,
                      javax.servlet.http.HttpServletResponse outerResponse)
               throws IOException
Throws:
IOException
Method Detail

getServletInputStream

public javax.servlet.ServletInputStream getServletInputStream()

getLocalAddr

public String getLocalAddr()
Specified by:
getLocalAddr in interface org.eclipse.jetty.io.EndPoint
Overrides:
getLocalAddr in class org.eclipse.jetty.io.bio.StreamEndPoint

getLocalHost

public String getLocalHost()
Specified by:
getLocalHost in interface org.eclipse.jetty.io.EndPoint
Overrides:
getLocalHost in class org.eclipse.jetty.io.bio.StreamEndPoint

getLocalPort

public int getLocalPort()
Specified by:
getLocalPort in interface org.eclipse.jetty.io.EndPoint
Overrides:
getLocalPort in class org.eclipse.jetty.io.bio.StreamEndPoint

getRemoteAddr

public String getRemoteAddr()
Specified by:
getRemoteAddr in interface org.eclipse.jetty.io.EndPoint
Overrides:
getRemoteAddr in class org.eclipse.jetty.io.bio.StreamEndPoint

getRemoteHost

public String getRemoteHost()
Specified by:
getRemoteHost in interface org.eclipse.jetty.io.EndPoint
Overrides:
getRemoteHost in class org.eclipse.jetty.io.bio.StreamEndPoint

getRemotePort

public int getRemotePort()
Specified by:
getRemotePort in interface org.eclipse.jetty.io.EndPoint
Overrides:
getRemotePort in class org.eclipse.jetty.io.bio.StreamEndPoint


Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.