Packages

c

io.gatling.http.action.sse

SseListener

class SseListener extends HttpListener with SseStream with EventStreamDispatcher with StrictLogging

Linear Supertypes
StrictLogging, EventStreamDispatcher, SseStream, HttpListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SseListener
  2. StrictLogging
  3. EventStreamDispatcher
  4. SseStream
  5. HttpListener
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SseListener(sseActor: ActorRef, statsEngine: StatsEngine, clock: Clock)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def close(): Unit
    Definition Classes
    SseListenerSseStream
  7. def dispatchEventStream(sse: ServerSentEvent): Unit
    Definition Classes
    SseListenerEventStreamDispatcher
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def onHttpResponse(status: HttpResponseStatus, headers: HttpHeaders): Unit
    Definition Classes
    SseListener → HttpListener
  19. def onHttpResponseBodyChunk(chunk: ByteBuf, last: Boolean): Unit
    Definition Classes
    SseListener → HttpListener
  20. def onProtocolAwareness(arg0: Boolean): Unit
    Definition Classes
    HttpListener
  21. def onSend(): Unit
    Definition Classes
    HttpListener
  22. def onTcpConnectAttempt(arg0: InetSocketAddress): Unit
    Definition Classes
    HttpListener
  23. def onTcpConnectFailure(arg0: InetSocketAddress, arg1: Throwable): Unit
    Definition Classes
    HttpListener
  24. def onTcpConnectSuccess(address: InetSocketAddress, channel: Channel): Unit
    Definition Classes
    SseListener → HttpListener
  25. def onThrowable(throwable: Throwable): Unit
    Definition Classes
    SseListener → HttpListener
  26. def onTlsHandshakeAttempt(): Unit
    Definition Classes
    HttpListener
  27. def onTlsHandshakeFailure(arg0: Throwable): Unit
    Definition Classes
    HttpListener
  28. def onTlsHandshakeSuccess(): Unit
    Definition Classes
    HttpListener
  29. def sendOnThrowable(throwable: Throwable): Unit
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from StrictLogging

Inherited from EventStreamDispatcher

Inherited from SseStream

Inherited from HttpListener

Inherited from AnyRef

Inherited from Any

Ungrouped