Uses of Interface
com.jme3.network.kernel.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in com.jme3.network.base
Methods in com.jme3.network.base with parameters of type EndpointModifier and TypeMethodDescriptionbooleanprotected voidDefaultServer.connectionClosed(Endpoint p) protected voidKernelAdapter.connectionClosed(Endpoint p) protected voidNote on threading for those writing their own server or adapter implementations.protected HostedConnectionDefaultServer.getConnection(Endpoint endpoint) protected HostedConnectionKernelAdapter.getConnection(Endpoint p) protected MessageBufferKernelAdapter.getMessageBuffer(Endpoint p) protected voidDefaultServer.registerClient(KernelAdapter ka, Endpoint p, ClientRegistrationMessage m) protected voidDefaultServer.removeConnecting(Endpoint p) protected voidKernelAdapter.reportError(Endpoint p, Object context, Exception e) Method parameters in com.jme3.network.base with type arguments of type EndpointModifier and TypeMethodDescriptionvoidKernelAdapter.broadcast(Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable, boolean copy) -
Uses of Endpoint in com.jme3.network.kernel
Methods in com.jme3.network.kernel that return EndpointMethods in com.jme3.network.kernel with parameters of type EndpointModifier and TypeMethodDescriptionstatic EndpointEventstatic EndpointEventEndpointEvent.createRemove(Kernel source, Endpoint p) Method parameters in com.jme3.network.kernel with type arguments of type EndpointModifier and TypeMethodDescriptionvoidKernel.broadcast(Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable, boolean copy) Dispatches the data to all endpoints managed by the kernel that match the specified endpoint filter.Constructors in com.jme3.network.kernel with parameters of type EndpointModifierConstructorDescriptionEndpointEvent(Kernel source, Endpoint p, EndpointEvent.Type type) Creates an incoming envelope holding the data from the specified source. -
Uses of Endpoint in com.jme3.network.kernel.tcp
Classes in com.jme3.network.kernel.tcp that implement EndpointModifier and TypeClassDescriptionclassEndpoint implementation that encapsulates the channel IO based connection information and keeps track of the outbound data queue for the channel.Method parameters in com.jme3.network.kernel.tcp with type arguments of type EndpointModifier and TypeMethodDescriptionvoidSelectorKernel.broadcast(Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable, boolean copy) -
Uses of Endpoint in com.jme3.network.kernel.udp
Classes in com.jme3.network.kernel.udp that implement EndpointModifier and TypeClassDescriptionclassEndpoint implementation that encapsulates the UDP connection information for return messaging, identification of envelope sources, etc.Methods in com.jme3.network.kernel.udp that return EndpointModifier and TypeMethodDescriptionprotected EndpointUdpKernel.getEndpoint(SocketAddress address, boolean create) Methods in com.jme3.network.kernel.udp with parameters of type EndpointModifier and TypeMethodDescriptionprotected voidUdpKernel.enqueueWrite(Endpoint endpoint, DatagramPacket packet) Method parameters in com.jme3.network.kernel.udp with type arguments of type EndpointModifier and TypeMethodDescriptionvoidUdpKernel.broadcast(Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable, boolean copy) Dispatches the data to all endpoints managed by the kernel.Constructors in com.jme3.network.kernel.udp with parameters of type Endpoint