|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.io.AbstractBuffer
org.eclipse.jetty.io.ByteArrayBuffer
org.eclipse.jetty.io.ByteArrayBuffer.CaseInsensitive
public static class ByteArrayBuffer.CaseInsensitive
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.jetty.io.ByteArrayBuffer |
|---|
ByteArrayBuffer.CaseInsensitive |
| Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Buffer |
|---|
Buffer.CaseInsensitve |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jetty.io.ByteArrayBuffer |
|---|
_bytes |
| Fields inherited from class org.eclipse.jetty.io.AbstractBuffer |
|---|
__IMMUTABLE, __READONLY, __READWRITE, __VOLATILE, _access, _get, _hash, _hashGet, _hashPut, _mark, _put, _string, _view, _volatile |
| Fields inherited from interface org.eclipse.jetty.io.Buffer |
|---|
IMMUTABLE, NON_VOLATILE, READONLY, READWRITE, VOLATILE |
| Constructor Summary | |
|---|---|
ByteArrayBuffer.CaseInsensitive(byte[] b,
int o,
int l,
int rw)
|
|
ByteArrayBuffer.CaseInsensitive(String s)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
| Methods inherited from class org.eclipse.jetty.io.ByteArrayBuffer |
|---|
array, capacity, compact, equalsIgnoreCase, get, hashCode, peek, peek, poke, poke, poke, readFrom, space, writeTo |
| Methods inherited from class org.eclipse.jetty.io.AbstractBuffer |
|---|
asArray, asImmutableBuffer, asMutableBuffer, asNonVolatileBuffer, asReadOnlyBuffer, buffer, clear, duplicate, get, get, getIndex, hasContent, isImmutable, isReadOnly, isVolatile, length, mark, mark, markIndex, peek, peek, put, put, put, put, putIndex, reset, rewind, setGetIndex, setMarkIndex, setPutIndex, skip, slice, sliceFromMark, sliceFromMark, toDebugString, toDetailString, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ByteArrayBuffer.CaseInsensitive(String s)
public ByteArrayBuffer.CaseInsensitive(byte[] b,
int o,
int l,
int rw)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class ByteArrayBuffer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||