implicit final class ServerExtensions[T <: Server] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ServerExtensions(instance: T)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def onKeylog(handler: (Buffer, TLSSocket) => Any): T
- Annotations
- @inline()
- def onNewSession(handler: (Buffer, Buffer, Function0[Unit]) => Any): T
- Annotations
- @inline()
- def onOCSPRequest(handler: (Buffer, Buffer, Function2[Error, Any, Unit]) => Any): T
- Annotations
- @inline()
- def onResumeSession(handler: (Buffer, Function2[Error, Buffer, Unit]) => Any): T
- Annotations
- @inline()
- def onSecureConnection(handler: (TLSSocket) => Any): T
- Annotations
- @inline()
- def onTlsClientError(handler: (Error, TLSSocket) => Any): T
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any