sel-server ~master (2020-01-04T15:07:44Z)
Dub
Repo
BedrockServerImpl.RaknetSession
sel
server
bedrock
BedrockServerImpl
Undocumented in source.
template
BedrockServerImpl
(uint[] rawSupportedProtocols)
class
RaknetSession {
shared
Tid
handlerThread
;
shared
Tid
compressionManager
;
this
(immutable(uint)[] protocols, Address address, RaknetStream stream, Handler handler, Tid handlerThread, Tid compressionManager);
bool
closed
[@property getter];
void
handle
(ubyte[] buffer);
}
Constructors
this
this
(immutable(uint)[] protocols, Address address, RaknetStream stream, Handler handler, Tid handlerThread, Tid compressionManager)
Undocumented in source.
Members
Functions
handle
void
handle
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
closed
bool
closed
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
compressionManager
Tid
compressionManager
;
Undocumented in source.
handlerThread
Tid
handlerThread
;
Undocumented in source.
Meta
Source
See Implementation
sel
server
bedrock
BedrockServerImpl
classes
BedrockClient
BedrockServerImpl
RaknetSession
manifest constants
supportedProtocols
templates
BedrockClientOf
variables
same