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(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, Selector selector)When io event occured -
Uses of EventType in com.google.code.yanf4j.nio.impl
Methods in com.google.code.yanf4j.nio.impl with parameters of type EventType Modifier and Type Method Description voidAbstractNioSession. onEvent(EventType event, 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)
-