Package | Description |
---|---|
com.squareup.okhttp.internal.ws | |
com.squareup.okhttp.recipes |
Modifier and Type | Method and Description |
---|---|
Response |
WebSocket.connect(WebSocketListener listener)
Connects the web socket and blocks until the response can be processed.
|
Constructor and Description |
---|
WebSocketReader(boolean isClient,
okio.BufferedSource source,
WebSocketListener listener,
WebSocketReader.FrameCallback frameCallback) |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketEcho
WARNING: This recipe is for an API that is not final and subject to change at any time!
|
Copyright © 2015. All rights reserved.