|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jason.framework.protocol.ProtocolFactory
Factory for all protocol parser This factory limits the scope of the constructor, this is useful for reseting a protocol handler without correcting all user classes
Constructor Summary | |
ProtocolFactory()
|
Method Summary | |
static HttpRequestParser |
getHttpRequestParser()
|
static HttpResponseBuilder |
getHttpResponseBuilder(HttpRequestParser parser)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProtocolFactory()
Method Detail |
public static HttpRequestParser getHttpRequestParser()
public static HttpResponseBuilder getHttpResponseBuilder(HttpRequestParser parser)
HttpRequestParser
used for parsing the request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |