toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.net
/
Transport
Transport
data
class
Transport
(
val
ioHandlerFactory
:
IoHandlerFactory
,
val
socketChannel
:
KClass
<
out
Channel
>
,
val
serverSocketChannel
:
KClass
<
out
ServerChannel
>
)
Members
Constructors
Transport
Link copied to clipboard
constructor
(
ioHandlerFactory
:
IoHandlerFactory
,
socketChannel
:
KClass
<
out
Channel
>
,
serverSocketChannel
:
KClass
<
out
ServerChannel
>
)
Properties
io
Handler
Factory
Link copied to clipboard
val
ioHandlerFactory
:
IoHandlerFactory
server
Socket
Channel
Link copied to clipboard
val
serverSocketChannel
:
KClass
<
out
ServerChannel
>
socket
Channel
Link copied to clipboard
val
socketChannel
:
KClass
<
out
Channel
>