JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
I
L
S
B
buildClient(URI)
- Method in class io.rsocket.transport.local.
LocalUriHandler
buildServer(URI)
- Method in class io.rsocket.transport.local.
LocalUriHandler
C
clientTransport()
- Method in class io.rsocket.transport.local.
LocalServerTransport
Returns a new
LocalClientTransport
that is connected to this
LocalServerTransport
.
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)
- 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.
LocalUriHandler
- Class in
io.rsocket.transport.local
An implementation of
UriHandler
that creates
LocalClientTransport
s and
LocalServerTransport
s.
LocalUriHandler()
- Constructor for class io.rsocket.transport.local.
LocalUriHandler
S
start(ServerTransport.ConnectionAcceptor)
- Method in class io.rsocket.transport.local.
LocalServerTransport
B
C
D
I
L
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes