Package org.apache.hc.core5.reactor
Class ListenerEndpointRequest
java.lang.Object
org.apache.hc.core5.reactor.ListenerEndpointRequest
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final SocketAddress
(package private) final Object
(package private) final BasicFuture
<ListenerEndpoint> -
Constructor Summary
ConstructorsConstructorDescriptionListenerEndpointRequest
(SocketAddress address, Object attachment, BasicFuture<ListenerEndpoint> future) -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
void
close()
void
completed
(ListenerEndpoint endpoint) void
boolean
-
Field Details
-
address
-
attachment
-
future
-
-
Constructor Details
-
ListenerEndpointRequest
ListenerEndpointRequest(SocketAddress address, Object attachment, BasicFuture<ListenerEndpoint> future)
-
-
Method Details
-
completed
-
failed
-
cancel
public void cancel() -
isCancelled
public boolean isCancelled() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-