Skip navigation links
C D G I L S T 

C

clientTransport() - Method in class io.rsocket.transport.local.LocalServerTransport
Return a new LocalClientTransport connected to this LocalServerTransport through its LocalServerTransport.getName().
connect() - Method in class io.rsocket.transport.local.LocalClientTransport
 
create(String) - Static method in class io.rsocket.transport.local.LocalClientTransport
Creates a new instance.
create(String, ByteBufAllocator) - Static method in class io.rsocket.transport.local.LocalClientTransport
Creates a new instance.
create(String) - Static method in class io.rsocket.transport.local.LocalServerTransport
Creates an instance.
createEphemeral() - Static method in class io.rsocket.transport.local.LocalServerTransport
Creates an instance with a random name.

D

dispose(String) - Static method in class io.rsocket.transport.local.LocalServerTransport
Remove an instance from the JVM registry.

G

getName() - Method in class io.rsocket.transport.local.LocalSocketAddress
Return the name for this connection.

I

io.rsocket.transport.local - package io.rsocket.transport.local
The local RSocket transport implementation.

L

LocalClientTransport - Class in io.rsocket.transport.local
An implementation of ClientTransport that connects to a ServerTransport in the same JVM.
LocalServerTransport - Class in io.rsocket.transport.local
An implementation of ServerTransport that connects to a ClientTransport in the same JVM.
LocalSocketAddress - Class in io.rsocket.transport.local
An implementation of SocketAddress representing a local connection.
LocalSocketAddress(String) - Constructor for class io.rsocket.transport.local.LocalSocketAddress
Creates a new instance.

S

start(ServerTransport.ConnectionAcceptor) - Method in class io.rsocket.transport.local.LocalServerTransport
 

T

toString() - Method in class io.rsocket.transport.local.LocalSocketAddress
 
C D G I L S T 
Skip navigation links