Uses of Class
kilim.nio.SockEvent
-
Packages that use SockEvent Package Description kilim.nio -
-
Uses of SockEvent in kilim.nio
Fields in kilim.nio with type parameters of type SockEvent Modifier and Type Field Description private Mailbox<SockEvent>EndPoint. box(package private) Mailbox<SockEvent>NioSelectorScheduler. regboxSessionTask registers its endpoint with the selector by sending a SockEvent message on this mailbox.Mailbox<SockEvent>SockEvent. replyToConstructor parameters in kilim.nio with type arguments of type SockEvent Constructor Description SockEvent(Mailbox<SockEvent> aReplyTo, java.nio.channels.spi.AbstractSelectableChannel ach, int ops)
-