ClientHandler |
interface ClientHandler |
ProxyClient |
class ProxyClient : SubProtocolClient |
ProxyHandler |
class ProxyHandler : CoroutineScope, SubProtocolHandler |
ProxySubprotocol |
class ProxySubprotocol : SubProtocol |
RequestMessage |
data class RequestMessage |
ResponseMessage |
data class ResponseMessage |
StatusMessage |
data class StatusMessage |
ProxyError |
class ProxyError : RuntimeException |
REQUEST |
const val REQUEST: Int |
RESPONSE |
const val RESPONSE: Int |
STATUS |
const val STATUS: Int |