Uses of Interface
org.mortbay.io.Buffers

Packages that use Buffers
org.mortbay.io   
org.mortbay.jetty   
org.mortbay.jetty.ajp   
org.mortbay.jetty.bio   
org.mortbay.jetty.client   
org.mortbay.jetty.nio   
org.mortbay.jetty.security   
 

Uses of Buffers in org.mortbay.io
 

Classes in org.mortbay.io that implement Buffers
 class SimpleBuffers
          SimpleBuffers.
 

Uses of Buffers in org.mortbay.jetty
 

Subinterfaces of Buffers in org.mortbay.jetty
 interface Connector
          HTTP Connector.
 

Classes in org.mortbay.jetty that implement Buffers
 class AbstractBuffers
          Abstract Buffer pool.
 class AbstractConnector
          Abstract Connector implementation.
 class LocalConnector
           
 

Fields in org.mortbay.jetty declared as Buffers
protected  Buffers AbstractGenerator._buffers
           
 

Constructors in org.mortbay.jetty with parameters of type Buffers
AbstractGenerator(Buffers buffers, EndPoint io, int headerBufferSize, int contentBufferSize)
          Constructor.
HttpGenerator(Buffers buffers, EndPoint io, int headerBufferSize, int contentBufferSize)
          Constructor.
HttpParser(Buffers buffers, EndPoint endp, HttpParser.EventHandler handler, int headerBufferSize, int contentBufferSize)
          Constructor.
 

Uses of Buffers in org.mortbay.jetty.ajp
 

Classes in org.mortbay.jetty.ajp that implement Buffers
 class Ajp13SocketConnector
           
 

Constructors in org.mortbay.jetty.ajp with parameters of type Buffers
Ajp13Generator(Buffers buffers, EndPoint io, int headerBufferSize, int contentBufferSize)
           
Ajp13Parser(Buffers buffers, EndPoint endPoint)
           
 

Uses of Buffers in org.mortbay.jetty.bio
 

Classes in org.mortbay.jetty.bio that implement Buffers
 class SocketConnector
          Socket Connector.
 

Uses of Buffers in org.mortbay.jetty.client
 

Classes in org.mortbay.jetty.client that implement Buffers
 class HttpClient
          Http Client.
 

Uses of Buffers in org.mortbay.jetty.nio
 

Classes in org.mortbay.jetty.nio that implement Buffers
 class AbstractNIOConnector
           
 class BlockingChannelConnector
          Blocking NIO connector.
 class InheritedChannelConnector
          An implementation of the SelectChannelConnector which first tries to inherit from a channel provided by the system.
 class SelectChannelConnector
          Selecting NIO connector.
 

Uses of Buffers in org.mortbay.jetty.security
 

Classes in org.mortbay.jetty.security that implement Buffers
 class SslSelectChannelConnector
          SslSelectChannelConnector.
 class SslSocketConnector
          JSSE Socket Listener.
 

Constructors in org.mortbay.jetty.security with parameters of type Buffers
SslHttpChannelEndPoint(Buffers buffers, SocketChannel channel, SelectorManager.SelectSet selectSet, SelectionKey key, SSLEngine engine)
           
 



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