com.twitter.finagle.socks

SocksConnectHandler

class SocksConnectHandler extends SimpleChannelHandler

Handle connections through a SOCKS proxy.

See http://www.ietf.org/rfc/rfc1928.txt

SOCKS authentication is not implemented; we assume the proxy is provided by ssh -D.

Linear Supertypes
SimpleChannelHandler, ChannelDownstreamHandler, ChannelUpstreamHandler, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SocksConnectHandler
  2. SimpleChannelHandler
  3. ChannelDownstreamHandler
  4. ChannelUpstreamHandler
  5. ChannelHandler
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SocksConnectHandler(proxyAddr: SocketAddress, addr: InetSocketAddress)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object ReplayError extends Error

  7. object State extends Enumeration

  8. final def asInstanceOf[T0]: T0

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

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  10. def channelBound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  11. def channelClosed(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  12. def channelConnected(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    SocksConnectHandler → SimpleChannelHandler
  13. def channelDisconnected(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  14. def channelInterestChanged(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  15. def channelOpen(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  16. def channelUnbound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  17. def childChannelClosed(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  18. def childChannelOpen(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  19. def clone(): AnyRef

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

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  21. def connectRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    SocksConnectHandler → SimpleChannelHandler
  22. def disconnectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  23. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  25. def exceptionCaught(arg0: ChannelHandlerContext, arg1: ExceptionEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def getClass(): Class[_]

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

    Definition Classes
    SimpleChannelHandler → ChannelDownstreamHandler
    Annotations
    @throws()
  29. def handleUpstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelHandler → ChannelUpstreamHandler
    Annotations
    @throws()
  30. def hashCode(): Int

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

    Definition Classes
    Any
  32. def messageReceived(ctx: ChannelHandlerContext, e: MessageEvent): Unit

    Definition Classes
    SocksConnectHandler → SimpleChannelHandler
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  36. def setInterestOpsRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

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

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  40. final def wait(): Unit

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

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

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

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  44. def writeRequested(arg0: ChannelHandlerContext, arg1: MessageEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()

Inherited from SimpleChannelHandler

Inherited from ChannelDownstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped