Package marauroa.server.net.nio
Class ChangeRequest
java.lang.Object
marauroa.server.net.nio.ChangeRequest
This class notify the NIO Server about a change request on one of the
sockets.
- Author:
- miguel
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
REGISTER
public static final int REGISTER- See Also:
- Constant Field Values
-
CHANGEOPS
public static final int CHANGEOPS- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE- See Also:
- Constant Field Values
-
socket
Associated socket channel for this request. -
type
public int typeType of request -
ops
public int opsExtra params
-
-
Constructor Details
-
ChangeRequest
Constructor
-