Package | Description |
---|---|
com.streamscape.lib.http |
Modifier and Type | Method and Description |
---|---|
void |
Request.copyFrom(Request other)
Copy all the fields from other to this request.
|
int |
RedirectionModule.requestHandler(Request req,
Response[] resp)
Invoked by the com.streamscape.lib.http.
|
int |
HTTPClientModule.requestHandler(Request request,
Response[] response)
This is invoked before the request is sent.
|
int |
CookieModule.requestHandler(Request req,
Response[] resp)
Invoked by the com.streamscape.lib.http.
|
int |
RedirectionModule.responsePhase2Handler(Response resp,
Request req)
Invoked by the com.streamscape.lib.http.
|
int |
HTTPClientModule.responsePhase2Handler(Response response,
Request request)
The phase 2 response handler.
|
int |
CookieModule.responsePhase2Handler(Response resp,
Request req)
Invoked by the com.streamscape.lib.http.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.