Skip navigation links
C D I L S 

C

clientTransport() - Method in class io.rsocket.transport.local.LocalServerTransport
Return a new LocalClientTransport connected to this LocalServerTransport through its 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.

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.

S

start(ServerTransport.ConnectionAcceptor) - Method in class io.rsocket.transport.local.LocalServerTransport
 
C D I L S 
Skip navigation links