Class OutgoingEntry

java.lang.Object
org.eclipse.jetty.websocket.core.OutgoingEntry

public class OutgoingEntry extends Object
An entry for an outgoing WebSocket Frame, consisting of a Frame, a Callback as well as some additional configuration including write timeouts and batch mode.
  • Method Details

    • getFrame

      public Frame getFrame()
    • getCallback

      public Callback getCallback()
    • isBatch

      public boolean isBatch()
    • getFrameTimeout

      public long getFrameTimeout()
    • getMessageTimeout

      public long getMessageTimeout()
    • toString

      public String toString()
      Overrides:
      toString in class Object