Class

io.gatling.recorder.http.handler.user

HttpUserHandler

Related Doc: package user

Permalink

class HttpUserHandler extends UserHandler with ScalaChannelHandler

Linear Supertypes
ScalaChannelHandler, UserHandler, StrictLogging, SimpleChannelHandler, ChannelDownstreamHandler, ChannelUpstreamHandler, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpUserHandler
  2. ScalaChannelHandler
  3. UserHandler
  4. StrictLogging
  5. SimpleChannelHandler
  6. ChannelDownstreamHandler
  7. ChannelUpstreamHandler
  8. ChannelHandler
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpUserHandler(proxy: HttpProxy)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _remoteChannel: Option[Channel]

    Permalink
    Definition Classes
    UserHandler
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bindRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  7. def channelBound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  8. def channelClosed(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  9. def channelConnected(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  10. def channelDisconnected(ctx: ChannelHandlerContext, event: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    UserHandler → SimpleChannelHandler
  11. def channelInterestChanged(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  12. def channelOpen(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  13. def channelUnbound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  14. def childChannelClosed(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  15. def childChannelOpen(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def closeRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  18. def computeInetSocketAddress(uri: Uri): InetSocketAddress

    Permalink
    Definition Classes
    UserHandler
  19. def connectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  20. def copyRequestWithNewUri(request: HttpRequest, uri: String): HttpRequest

    Permalink
    Definition Classes
    ScalaChannelHandler
  21. def defaultPort(uri: Uri): Int

    Permalink
    Definition Classes
    UserHandler
  22. def disconnectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def exceptionCaught(ctx: ChannelHandlerContext, e: ExceptionEvent): Unit

    Permalink
    Definition Classes
    UserHandler → SimpleChannelHandler
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. implicit def function2ChannelFutureListener(thunk: (ChannelFuture) ⇒ Any): ChannelFutureListener

    Permalink
    Definition Classes
    ScalaChannelHandler
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def handleDownstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler → ChannelDownstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  30. def handleUpstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler → ChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  34. def messageReceived(ctx: ChannelHandlerContext, event: MessageEvent): Unit

    Permalink
    Definition Classes
    UserHandler → SimpleChannelHandler
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def propagateRequest(userChannel: Channel, request: HttpRequest): Unit

    Permalink
    Definition Classes
    HttpUserHandlerUserHandler
  39. def setInterestOpsRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  40. def setupRemoteChannel(userChannel: Channel, remoteChannel: Channel, controller: RecorderController, performConnect: Boolean, reconnect: Boolean): Unit

    Permalink
    Definition Classes
    UserHandler
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def unbindRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def writeComplete(arg0: ChannelHandlerContext, arg1: WriteCompletionEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  48. def writeRequestToRemote(userChannel: Channel, remoteRequest: HttpRequest, loggedRequest: HttpRequest): Unit

    Permalink
    Definition Classes
    UserHandler
  49. def writeRequested(arg0: ChannelHandlerContext, arg1: MessageEvent): Unit

    Permalink
    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )

Inherited from ScalaChannelHandler

Inherited from UserHandler

Inherited from StrictLogging

Inherited from SimpleChannelHandler

Inherited from ChannelDownstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped