|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectittp.protocol.Protocol
ittp.protocol.request.Request
ittp.protocol.request.Option
This class build the response to client when he send a Option request.
Nested Class Summary |
Nested classes inherited from class ittp.protocol.request.Request |
Request.Headers |
Field Summary |
Fields inherited from class ittp.protocol.request.Request |
CONNECTION, DATE, GET, HEAD, HOST, Id, methodName, MODIFIED_SINCE, OPTIONS, RANGE, TRACE |
Fields inherited from class ittp.protocol.Protocol |
dateFormat, ITTP_version, VERSION |
Constructor Summary | |
Option()
Creates a new instance of Option |
Method Summary | |
void |
process(Response response)
This method determine the different headers allowed and mandatory according to the permissions for a Option request. |
Methods inherited from class ittp.protocol.request.Request |
getFile, getHeaders, getIP, setHost, setIP, setPath, setPort, setSheme, toIP, toString |
Methods inherited from class ittp.protocol.Protocol |
getITTP_version, setITTP_version |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Option()
Method Detail |
public void process(Response response)
process
in class Request
response
- Response send to the client.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |