Package org.jgrapes.http.events
Class HttpConnected
java.lang.Object
- All Implemented Interfaces:
Future<Request.Out>
,Associator
,Eligible
Signals that a HTTP connection for a
HttpRequest
has been
established.The event is delivered on the subchannel that has been created for handling the request.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Field Summary
Fields inherited from class org.jgrapes.core.internal.EventBase
completed, completionEvents, invokedFor
-
Constructor Summary
ConstructorDescriptionHttpConnected
(Request.Out request, SocketAddress localAddress, SocketAddress remoteAddress) Instantiates a new event. -
Method Summary
Methods inherited from class org.jgrapes.core.Event
addCompletionEvent, associated, cancel, channels, channels, completionEvents, currentResults, defaultCriterion, forChannels, get, get, handled, handlingError, isCancelled, isDone, isEligibleFor, isStopped, processedBy, results, results, resumeHandling, setAssociated, setChannels, setRequiresResult, setResult, stop, suspendHandling, suspendHandling, tieTo, toString
Methods inherited from class org.jgrapes.core.internal.EventBase
disableTracking, enqueued, firstResultAssigned, isTracked, onCompletion
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jgrapes.core.Associator
associated, associated, associated, associatedGet
Methods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
HttpConnected
Instantiates a new event.- Parameters:
request
- the requestlocalAddress
- the local addressremoteAddress
- the remote address
-
-
Method Details
-
request
Returns the request.The object returned is the object from the original
Request.Out
event.- Returns:
- the request
-
localAddress
- Returns:
- the localAddress
-
remoteAddress
- Returns:
- the remoteAddress
-