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) intoperations(package private) SocketChannelFrameHandlerStatestate
-
Constructor Summary
Constructors Constructor Description SocketChannelRegistration(SocketChannelFrameHandlerState state, int operations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
state
final SocketChannelFrameHandlerState state
-
operations
final int operations
-
-
Constructor Detail
-
SocketChannelRegistration
public SocketChannelRegistration(SocketChannelFrameHandlerState state, int operations)
-
-