Package kilim.nio

Class SockEvent


  • public class SockEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SockEvent​(Mailbox<SockEvent> aReplyTo, java.nio.channels.spi.AbstractSelectableChannel ach, int ops)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • interestOps

        public int interestOps
      • ch

        public java.nio.channels.spi.AbstractSelectableChannel ch
    • Constructor Detail

      • SockEvent

        public SockEvent​(Mailbox<SockEvent> aReplyTo,
                         java.nio.channels.spi.AbstractSelectableChannel ach,
                         int ops)