Uses of Interface
org.apache.http.impl.nio.reactor.SessionClosedCallback

Packages that use SessionClosedCallback
org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO. 
 

Uses of SessionClosedCallback in org.apache.http.impl.nio.reactor
 

Constructors in org.apache.http.impl.nio.reactor with parameters of type SessionClosedCallback
IOSessionImpl(SelectionKey key, org.apache.http.impl.nio.reactor.InterestOpsCallback interestOpsCallback, SessionClosedCallback sessionClosedCallback)
          Creates new instance of IOSessionImpl.
IOSessionImpl(SelectionKey key, SessionClosedCallback sessionClosedCallback)
          Creates new instance of IOSessionImpl.
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.