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. implicit val formats : Formats

    Attributes
    implicit
  21. def getBuffer (): Array[Byte]

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

    Attributes
    final
    Definition Classes
    AnyRef
  23. def getName (): String

    Definition Classes
    ScalaRawSocketSenderSender
  24. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  25. val host : String

  26. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  27. val name : String

  28. def ne (arg0: AnyRef): Boolean

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

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

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

  32. var out : BufferedOutputStream

  33. val pendings : ByteBuffer

  34. val port : Int

  35. def reconnect (): Unit

  36. val reconnector : ExponentialDelayReconnector

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

  38. val server : InetSocketAddress

  39. var socket : Socket

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

    Attributes
    final
    Definition Classes
    AnyRef
  41. val timeout : Int

  42. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Sender

Inherited from AnyRef

Inherited from Any