Class/Object

fm.http.client

NettyHttpClientPipelineHandler

Related Docs: object NettyHttpClientPipelineHandler | package client

Permalink

final class NettyHttpClientPipelineHandler extends ChannelInboundHandlerAdapter with ChannelOutboundHandler with Logging

Linear Supertypes
Logging, ChannelOutboundHandler, ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NettyHttpClientPipelineHandler
  2. Logging
  3. ChannelOutboundHandler
  4. ChannelInboundHandlerAdapter
  5. ChannelInboundHandler
  6. ChannelHandlerAdapter
  7. ChannelHandler
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NettyHttpClientPipelineHandler(channelGroup: ChannelGroup, executionContext: ExecutionContext)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bind(ctx: ChannelHandlerContext, localAddress: SocketAddress, promise: ChannelPromise): Unit

    Permalink
    Definition Classes
    NettyHttpClientPipelineHandler → ChannelOutboundHandler
  6. def channelActive(ctx: ChannelHandlerContext): Unit

    Permalink

    This is called once when a client connects to our server

    This is called once when a client connects to our server

    Definition Classes
    NettyHttpClientPipelineHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
  7. def channelInactive(ctx: ChannelHandlerContext): Unit

    Permalink

    This is called once when a client disconnects from our server OR we close the connection

    This is called once when a client disconnects from our server OR we close the connection

    Definition Classes
    NettyHttpClientPipelineHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
  8. def channelRead(ctx: ChannelHandlerContext, msg: AnyRef): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NettyHttpClientPipelineHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
  9. def channelReadComplete(ctx: ChannelHandlerContext): Unit

    Permalink

    This gets called whenever a ctx.read() "completes" which may or may not have triggered a channelRead(...) which means we need to keep track of whether or not we need to call ctx.read() to get an actual message that we can handle with channelRead(...)

    This gets called whenever a ctx.read() "completes" which may or may not have triggered a channelRead(...) which means we need to keep track of whether or not we need to call ctx.read() to get an actual message that we can handle with channelRead(...)

    Definition Classes
    NettyHttpClientPipelineHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
  10. def channelReadImpl(obj: AnyRef)(implicit ctx: ChannelHandlerContext): Unit

    Permalink
    Attributes
    protected
  11. def channelRegistered(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  12. def channelUnregistered(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  13. def channelWritabilityChanged(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def close(ctx: ChannelHandlerContext, promise: ChannelPromise): Unit

    Permalink
    Definition Classes
    NettyHttpClientPipelineHandler → ChannelOutboundHandler
  16. def connect(ctx: ChannelHandlerContext, remoteAddress: SocketAddress, localAddress: SocketAddress, promise: ChannelPromise): Unit

    Permalink
    Definition Classes
    NettyHttpClientPipelineHandler → ChannelOutboundHandler
  17. def deregister(ctx: ChannelHandlerContext, promise: ChannelPromise): Unit

    Permalink
    Definition Classes
    NettyHttpClientPipelineHandler → ChannelOutboundHandler
  18. def disconnect(ctx: ChannelHandlerContext, promise: ChannelPromise): Unit

    Permalink
    Definition Classes
    NettyHttpClientPipelineHandler → ChannelOutboundHandler
  19. def ensureNotSharable(): Unit

    Permalink
    Attributes
    protected[io.netty.channel]
    Definition Classes
    ChannelHandlerAdapter
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable): Unit

    Permalink
    Definition Classes
    NettyHttpClientPipelineHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
  23. def failPromises(cause: Throwable)(implicit ctx: ChannelHandlerContext): Unit

    Permalink
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def flush(ctx: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    NettyHttpClientPipelineHandler → ChannelOutboundHandler
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def handlerAdded(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  28. def handlerRemoved(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  31. def isSharable(): Boolean

    Permalink
    Definition Classes
    ChannelHandlerAdapter
  32. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def read(ctx: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    NettyHttpClientPipelineHandler → ChannelOutboundHandler
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. def userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def write(ctx: ChannelHandlerContext, obj: AnyRef, channelPromise: ChannelPromise): Unit

    Permalink
    Definition Classes
    NettyHttpClientPipelineHandler → ChannelOutboundHandler
  44. def writeRequest(uri: String, request: Request, promise: Promise[AsyncResponse], channelPromise: ChannelPromise)(implicit ctx: ChannelHandlerContext): Unit

    Permalink
  45. def writeSocksAuth(cmd: SocksAuthRequest, socksPromise: Promise[SocksAuthResponse], channelPromise: ChannelPromise)(implicit ctx: ChannelHandlerContext): Unit

    Permalink
  46. def writeSocksConnect(cmd: SocksCmdRequest, socksPromise: Promise[SocksCmdResponse], channelPromise: ChannelPromise)(implicit ctx: ChannelHandlerContext): Unit

    Permalink
  47. def writeSocksInit(cmd: SocksInitRequest, socksPromise: Promise[SocksInitResponse], channelPromise: ChannelPromise)(implicit ctx: ChannelHandlerContext): Unit

    Permalink

Inherited from Logging

Inherited from ChannelOutboundHandler

Inherited from ChannelInboundHandlerAdapter

Inherited from ChannelInboundHandler

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped