|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HeaderEntry | |
|---|---|
| com.sonalb.net.http | Contains classes related to the Hyper Text Transport Protocol (HTTP) |
| Uses of HeaderEntry in com.sonalb.net.http |
|---|
| Methods in com.sonalb.net.http that return HeaderEntry | |
|---|---|
HeaderEntry |
Header.getEntryAt(int index)
Returns the entry at specified index. |
HeaderEntry |
Header.getEntryForKey(java.lang.String s,
int j)
Returns the HeaderEntry corresponding to the first occurrence of the given key, after specified index (non-inclusive). |
HeaderEntry |
Header.getEntryForValue(java.lang.String s,
int j)
Returns the HeaderEntry corresponding to the first occurrence of the given value, after specified index (non-inclusive). |
HeaderEntry |
Header.getFirstEntryForKey(java.lang.String s)
Returns the HeaderEntry corresponding to the first occurrence of the given key. |
HeaderEntry |
Header.getFirstEntryForValue(java.lang.String s)
Returns the HeaderEntry corresponding to the first occurrence of the given value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||