@FunctionalInterface public interface FailureHandler
Modifier and Type | Method and Description |
---|---|
void |
failure(okhttp3.WebSocket webSocket,
Throwable t,
okhttp3.Response response)
连接失败处理
|
void failure(okhttp3.WebSocket webSocket, Throwable t, okhttp3.Response response)
webSocket
- webSockett
- errorresponse
- responseCopyright © 2024. All rights reserved.