|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponseBuffer | |
---|---|
com.flat502.rox.client | Client-side API and supporting classes. |
Uses of HttpResponseBuffer in com.flat502.rox.client |
---|
Methods in com.flat502.rox.client that return HttpResponseBuffer | |
---|---|
HttpResponseBuffer |
RpcResponseContext.getHttpRequest()
|
Methods in com.flat502.rox.client with parameters of type HttpResponseBuffer | |
---|---|
protected RpcResponseContext |
HttpRpcClient.newRpcResponseContext(java.net.Socket socket,
HttpResponseBuffer rsp)
|
protected void |
HttpRpcClient.validateHttpResponse(RpcCall call,
HttpResponseBuffer response)
Validates an HTTP response message, optionally converting it into a local exception. |
Constructors in com.flat502.rox.client with parameters of type HttpResponseBuffer | |
---|---|
RpcResponseContext(java.nio.channels.SocketChannel channel,
SSLSession sslSession,
HttpResponseBuffer rsp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |