|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteArrayBuffer | |
---|---|
org.mortbay.io | |
org.mortbay.io.nio | |
org.mortbay.jetty | |
org.mortbay.jetty.testing |
Uses of ByteArrayBuffer in org.mortbay.io |
---|
Subclasses of ByteArrayBuffer in org.mortbay.io | |
---|---|
static class |
BufferCache.CachedBuffer
|
static class |
ByteArrayBuffer.CaseInsensitive
|
Methods in org.mortbay.io that return ByteArrayBuffer | |
---|---|
ByteArrayBuffer |
AbstractBuffer.duplicate(int access)
|
ByteArrayBuffer |
ByteArrayEndPoint.getIn()
|
ByteArrayBuffer |
ByteArrayEndPoint.getOut()
|
Methods in org.mortbay.io with parameters of type ByteArrayBuffer | |
---|---|
void |
ByteArrayEndPoint.setIn(ByteArrayBuffer in)
|
void |
ByteArrayEndPoint.setOut(ByteArrayBuffer out)
|
Uses of ByteArrayBuffer in org.mortbay.io.nio |
---|
Subclasses of ByteArrayBuffer in org.mortbay.io.nio | |
---|---|
class |
IndirectNIOBuffer
|
Uses of ByteArrayBuffer in org.mortbay.jetty |
---|
Fields in org.mortbay.jetty declared as ByteArrayBuffer | |
---|---|
protected ByteArrayBuffer |
AbstractGenerator.Output._buf
|
Methods in org.mortbay.jetty that return ByteArrayBuffer | |
---|---|
ByteArrayBuffer |
LocalConnector.getResponses(ByteArrayBuffer buf,
boolean keepOpen)
|
Methods in org.mortbay.jetty with parameters of type ByteArrayBuffer | |
---|---|
ByteArrayBuffer |
LocalConnector.getResponses(ByteArrayBuffer buf,
boolean keepOpen)
|
Uses of ByteArrayBuffer in org.mortbay.jetty.testing |
---|
Methods in org.mortbay.jetty.testing that return ByteArrayBuffer | |
---|---|
ByteArrayBuffer |
ServletTester.getResponses(ByteArrayBuffer rawRequests)
Get raw HTTP responses from raw HTTP requests. |
ByteArrayBuffer |
ServletTester.getResponses(ByteArrayBuffer rawRequests,
LocalConnector connector)
Get raw HTTP responses from raw HTTP requests. |
Methods in org.mortbay.jetty.testing with parameters of type ByteArrayBuffer | |
---|---|
ByteArrayBuffer |
ServletTester.getResponses(ByteArrayBuffer rawRequests)
Get raw HTTP responses from raw HTTP requests. |
ByteArrayBuffer |
ServletTester.getResponses(ByteArrayBuffer rawRequests,
LocalConnector connector)
Get raw HTTP responses from raw HTTP requests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |