websocket-scala-client
websocket-scala-client
com.github.andyglow.websocket
LowPriorityMessageFormats
MessageAdapter
MessageAdapter
Websocket
WebsocketClient
WebsocketClient
Builder
Builder
Options
WebsocketHandler
WebsocketHandler
WebsocketNettyHandshaker
com.github.andyglow.websocket.util
NettyFuture
Uri
Uri
websocket-scala-client
/
com.github.andyglow.websocket
/
WebsocketClient
/
Builder
Builder
case
class
Builder
[T](uri:
Uri
, receive:
PartialFunction
[
T
,
Unit
], options:
Options
)(`evidence$4`:
MessageAdapter
[
T
])
Companion
object
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
build
():
WebsocketClient
[
T
]
def
onClose
(x: =>
Unit
):
Builder
[
T
]
def
onFailure
(x:
PartialFunction
[
Throwable
,
Unit
]):
Builder
[
T
]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product