| Package | Description |
|---|---|
| com.caucho.security | |
| com.caucho.util |
Assorted utilities
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DigestLogin.scanKey(CharCursor cursor) |
protected java.lang.String |
DigestLogin.scanValue(CharCursor cursor) |
protected void |
DigestLogin.skipWhitespace(CharCursor cursor) |
| Modifier and Type | Class and Description |
|---|---|
class |
StringCharCursor |
| Modifier and Type | Method and Description |
|---|---|
char |
CharScanner.scan(CharCursor cursor)
Scans characters from a cursor, until reaching the delimiter
|
char |
CharScanner.scan(CharCursor cursor,
CharBuffer buf)
Scans characters from a cursor, filling a char buffer.
|
char |
CharScanner.skip(CharCursor cursor)
Skips characters from the cursor until one matches a delimiter.
|