RootEncoder
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
RootEncoder
common
/
com.pedro.common.socket.base
/
StreamSocket
Stream
Socket
abstract
class
StreamSocket
Created by pedro on 22/9/24.
Inheritors
TcpStreamSocket
UdpStreamSocket
Members
Constructors
Stream
Socket
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
close
Link copied to clipboard
abstract
suspend
fun
close
(
)
connect
Link copied to clipboard
abstract
suspend
fun
connect
(
)
is
Connected
Link copied to clipboard
abstract
fun
isConnected
(
)
:
Boolean
is
Reachable
Link copied to clipboard
abstract
fun
isReachable
(
)
:
Boolean