Java org.apache.http.nio.reactor SessionRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.nio.reactor SessionRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.nio.reactor SessionRequest.

The text is from its open source code.

Method

voidcancel()
Cancels the request.
ObjectgetAttachment()
Returns attachment object will be added to the session's context upon initialization.
IOExceptiongetException()
Returns IOException instance if the request could not be successfully executed due to an I/O error or null if no error occurred to this point.
SocketAddressgetRemoteAddress()
Returns socket address of the remote host.
IOSessiongetSession()
Returns IOSession instance created as a result of this request or null if the request is still pending.
booleanisCompleted()
Determines whether the request has been completed (either successfully or unsuccessfully).
voidwaitFor()
Waits for completion of this session request.