org.apache.http.impl.nio.reactor
Interface InterestOpsCallback


public interface InterestOpsCallback

Callback interface used internally by I/O session implementations to delegate execution of a SelectionKey.interestOps(int) operation to the I/O reactor.

Since:
4.1

Method Summary
 void addInterestOps(InterestOpEntry entry)
           
 

Method Detail

addInterestOps

void addInterestOps(InterestOpEntry entry)


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.