barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

Uses of Class
com.barchart.udt.EpollUDT.Opt

Packages that use EpollUDT.Opt
com.barchart.udt Java wrapper around native C++ UDT protocol 
com.barchart.udt.nio java.nio - Style Programming API for UDT 
 

Uses of EpollUDT.Opt in com.barchart.udt
 

Methods in com.barchart.udt that return EpollUDT.Opt
static EpollUDT.Opt EpollUDT.Opt.from(int code)
           
static EpollUDT.Opt EpollUDT.Opt.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EpollUDT.Opt[] EpollUDT.Opt.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 EpollUDT.Opt EpollUDT.verify(SocketUDT socket)
          report current poll/socket readiness
 

Methods in com.barchart.udt with parameters of type EpollUDT.Opt
 void EpollUDT.add(SocketUDT socket, EpollUDT.Opt option)
          register socket into event processing poll
 void EpollUDT.update(SocketUDT socket, EpollUDT.Opt option)
          update existing poll/socket registration with changed interest
 

Uses of EpollUDT.Opt in com.barchart.udt.nio
 

Methods in com.barchart.udt.nio that return EpollUDT.Opt
protected  EpollUDT.Opt SelectionKeyUDT.epollOpt()
          Requested interest in epoll format.
protected static EpollUDT.Opt SelectionKeyUDT.from(int interestOps)
          Convert select options : from jdk into epoll.
 


barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

Copyright © 2009-2013 Barchart, Inc.. All Rights Reserved.