Package com.rabbitmq.client.impl.nio
Class SocketChannelRegistration
- java.lang.Object
-
- com.rabbitmq.client.impl.nio.SocketChannelRegistration
-
public class SocketChannelRegistration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
operations
(package private) SocketChannelFrameHandlerState
state
-
Constructor Summary
Constructors Constructor Description SocketChannelRegistration(SocketChannelFrameHandlerState state, int operations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Field Detail
-
state
final SocketChannelFrameHandlerState state
-
operations
final int operations
-
-
Constructor Detail
-
SocketChannelRegistration
public SocketChannelRegistration(SocketChannelFrameHandlerState state, int operations)
-
-