Uses of Interface
org.apache.http.impl.nio.reactor.ListenerEndpointClosedCallback
-
Packages that use ListenerEndpointClosedCallback Package Description org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO. -
-
Uses of ListenerEndpointClosedCallback in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor declared as ListenerEndpointClosedCallback Modifier and Type Field Description private ListenerEndpointClosedCallback
ListenerEndpointImpl. callback
Constructors in org.apache.http.impl.nio.reactor with parameters of type ListenerEndpointClosedCallback Constructor Description ListenerEndpointImpl(java.net.SocketAddress address, ListenerEndpointClosedCallback callback)
-