@ParametersAreNonnullByDefault public class RakNetClient extends RakNet
| Constructor and Description |
|---|
RakNetClient(InetSocketAddress bindAddress) |
RakNetClient(InetSocketAddress bindAddress,
io.netty.channel.EventLoopGroup eventLoopGroup) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<Void> |
bindInternal() |
RakNetClientSession |
create(InetSocketAddress address) |
protected void |
onTick() |
CompletableFuture<RakNetPong> |
ping(InetSocketAddress address,
long timeout,
TimeUnit unit) |
bind, close, getBindAddress, getBootstrap, getGuid, getProtocolVersion, isClosed, isRunning, setProtocolVersionpublic RakNetClient(InetSocketAddress bindAddress)
public RakNetClient(InetSocketAddress bindAddress, io.netty.channel.EventLoopGroup eventLoopGroup)
protected CompletableFuture<Void> bindInternal()
bindInternal in class RakNetpublic RakNetClientSession create(InetSocketAddress address)
public CompletableFuture<RakNetPong> ping(InetSocketAddress address, long timeout, TimeUnit unit)
Copyright © 2018–2019. All rights reserved.