Class SocketChannelFrameHandlerState

java.lang.Object
com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState

public class SocketChannelFrameHandlerState extends Object
  • Constructor Details

  • Method Details

    • getChannel

      public SocketChannel getChannel()
    • getWriteQueue

      public NioQueue getWriteQueue()
    • sendHeader

      public void sendHeader() throws IOException
      Throws:
      IOException
    • write

      public void write(Frame frame) throws IOException
      Throws:
      IOException
    • startReading

      public void startReading()
    • getConnection

      public AMQConnection getConnection()
    • setConnection

      public void setConnection(AMQConnection connection)
    • setLastActivity

      public void setLastActivity(long lastActivity)
    • getLastActivity

      public long getLastActivity()