|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestHeader
An interface defining the attributes of the header part of an HTTP request.
Method Summary | |
---|---|
Map<String,String> |
getProperties()
Returns a name/value map encapsulating the HTTP request headers received. |
String |
getUri()
Returns the URI referenced in the first line of the HTTP request. |
Verb |
getVerb()
Returns the HTTP verb. |
String |
getVersion()
Returns the HTTP version string in the first line of the HTTP request. |
boolean |
isPersistentConnection()
Determines whether this will be a persistent connection. |
Method Detail |
---|
Verb getVerb()
String getUri()
String getVersion()
Map<String,String> getProperties()
${name}: ${value} CRLF
boolean isPersistentConnection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |