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 EventType
EventType. 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 void
NioSession. 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) EventType
Reactor.RegisterEvent. eventType
Methods in com.google.code.yanf4j.nio.impl with parameters of type EventType Modifier and Type Method Description private void
Reactor. dispatchSessionEvent(Session session, EventType event)
void
AbstractNioSession. onEvent(EventType event, java.nio.channels.Selector selector)
�ɷ�IO�¼�void
Reactor. registerSession(Session session, EventType event)
void
SelectorManager. 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)
-