Uses of Class
org.eclipse.jetty.io.ByteArrayBuffer

Packages that use ByteArrayBuffer
org.eclipse.jetty.io   
org.eclipse.jetty.io.nio   
 

Uses of ByteArrayBuffer in org.eclipse.jetty.io
 

Subclasses of ByteArrayBuffer in org.eclipse.jetty.io
static class BufferCache.CachedBuffer
           
static class ByteArrayBuffer.CaseInsensitive
           
 

Methods in org.eclipse.jetty.io that return ByteArrayBuffer
 ByteArrayBuffer AbstractBuffer.duplicate(int access)
           
 ByteArrayBuffer ByteArrayEndPoint.getIn()
           
 ByteArrayBuffer ByteArrayEndPoint.getOut()
           
 

Methods in org.eclipse.jetty.io with parameters of type ByteArrayBuffer
 void ByteArrayEndPoint.setIn(ByteArrayBuffer in)
           
 void ByteArrayEndPoint.setOut(ByteArrayBuffer out)
           
 

Uses of ByteArrayBuffer in org.eclipse.jetty.io.nio
 

Subclasses of ByteArrayBuffer in org.eclipse.jetty.io.nio
 class IndirectNIOBuffer
           
 



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