org.fluentd.logger.scala.sender

ScalaRawSocketSender

class ScalaRawSocketSender extends Sender

Linear Supertypes
Sender, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalaRawSocketSender
  2. Sender
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaRawSocketSender ()

  2. new ScalaRawSocketSender (host: String, port: Int)

  3. new ScalaRawSocketSender (h: String, p: Int, to: Int, bufCap: Int)

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. val LOG : Logger

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. val bufferCapacity : Int

  9. def clearBuffer (): Buffer

  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def close (): Unit

    Definition Classes
    ScalaRawSocketSenderSender
  12. def connect (): Unit

  13. def emit (event: Event): Boolean

  14. def emit (tag: String, timestamp: Long, data: Map[String, Any]): Boolean

    Definition Classes
    ScalaRawSocketSenderSender
  15. def emit (tag: String, data: Map[String, Any]): Boolean

    Definition Classes
    ScalaRawSocketSenderSender
  16. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  17. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def flush (): Unit

    Definition Classes
    ScalaRawSocketSenderSender
  20. def getBuffer (): Array[Byte]

    Definition Classes
    ScalaRawSocketSenderSender
  21. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  22. def getName (): String

    Definition Classes
    ScalaRawSocketSenderSender
  23. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  24. val host : String

  25. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  26. val name : String

  27. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  30. def open (): Unit

  31. var out : BufferedOutputStream

  32. val pendings : ByteBuffer

  33. val port : Int

  34. def reconnect (): Unit

  35. val reconnector : ExponentialDelayReconnector

  36. def send (bytes: Array[Byte]): Boolean

  37. val server : InetSocketAddress

  38. var socket : Socket

  39. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  40. val timeout : Int

  41. def toString (): String

    Definition Classes
    ScalaRawSocketSender → AnyRef → Any
  42. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Sender

Inherited from AnyRef

Inherited from Any