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:
EndPoint

public class NestedEndPoint
extends StreamEndPoint


Constructor Summary
NestedEndPoint(HttpServletRequest request, HttpServletResponse response)
           
 
Method Summary
 ServletInputStream getServletInputStream()
           
 
Methods inherited from class org.eclipse.jetty.io.bio.StreamEndPoint
blockReadable, blockWritable, close, fill, flush, flush, flush, getInputStream, getLocalAddr, getLocalHost, getLocalPort, getMaxIdleTime, getOutputStream, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, idleExpired, isBlocking, isBufferingInput, isBufferingOutput, isBufferred, 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(HttpServletRequest request,
                      HttpServletResponse response)
               throws IOException
Throws:
IOException
Method Detail

getServletInputStream

public ServletInputStream getServletInputStream()


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