Link Search Menu Expand Document

//reikai-core/io.github.kerelape.reikai.io.network

Package io.github.kerelape.reikai.io.network

Types

Name Summary
Endpoint [JVM]
interface Endpoint : Source
Endpoint.
TcpChannel [JVM]
class TcpChannel(socket: AsynchronousSocketChannel, parent: Source) : Channel
TCP destination.
TcpEndpoint [JVM]
class TcpEndpoint(address: Entity, port: Entity) : Endpoint
Socket endpoint.
TcpSource [JVM]
class TcpSource(channel: AsynchronousServerSocketChannel) : Source
Source of TCP connections.