Package

lorance.rxscoket.session

implicitpkg

Permalink

package implicitpkg

most of them is decode and encode. All of them use Big-Endian for unification

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

Type Members

  1. class ArrayByteEx extends AnyRef

    Permalink

  2. class ByteBufferEx extends AnyRef

    Permalink

    extends ByteBuffer for get string by Length-Data protocol

  3. class FutureEx[T] extends AnyRef

    Permalink
  4. sealed class FutureTimeoutException extends RuntimeException

    Permalink
  5. sealed class FutureTimeoutNotOccur extends RuntimeException

    Permalink
  6. class IntEx extends AnyRef

    Permalink

Value Members

  1. object ByteBufferEx

    Permalink
  2. implicit def FutureAppendTime[T](future: Future[T]): FutureEx[T]

    Permalink
  3. implicit def StringToByteArray(string: String): Array[Byte]

    Permalink
  4. implicit def StringToByteBuffer(string: String): ByteBuffer

    Permalink

    use Upper word at beginning make it as a dependence function how to find where does the implicit convert be used? It was very inconvenient to following.

  5. implicit def exArrayBuffer(arrayByte: Array[Byte]): ArrayByteEx

    Permalink
  6. implicit def exByteBuffer(byteBuffer: ByteBuffer): ByteBufferEx

    Permalink
  7. implicit def exInt(bf: Int): IntEx

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped