Uses of Class
com.google.code.yanf4j.core.EventType
-
Packages that use EventType Package Description com.google.code.yanf4j.core Networking core packagecom.google.code.yanf4j.nio Nio implementationcom.google.code.yanf4j.nio.impl -
-
Uses of EventType in com.google.code.yanf4j.core
Methods in com.google.code.yanf4j.core that return EventType Modifier and Type Method Description static EventTypeEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventType in com.google.code.yanf4j.nio
Methods in com.google.code.yanf4j.nio with parameters of type EventType Modifier and Type Method Description voidNioSession. onEvent(EventType event, java.nio.channels.Selector selector)When io event occured -
Uses of EventType in com.google.code.yanf4j.nio.impl
Fields in com.google.code.yanf4j.nio.impl declared as EventType Modifier and Type Field Description (package private) EventTypeReactor.RegisterEvent. eventTypeMethods in com.google.code.yanf4j.nio.impl with parameters of type EventType Modifier and Type Method Description private voidReactor. dispatchSessionEvent(Session session, EventType event)voidAbstractNioSession. onEvent(EventType event, java.nio.channels.Selector selector)�ɷ�IO�¼�voidReactor. registerSession(Session session, EventType event)voidSelectorManager. registerSession(Session session, EventType event)Register sessionConstructors in com.google.code.yanf4j.nio.impl with parameters of type EventType Constructor Description RegisterEvent(Session session, EventType eventType)
-