| Package | Description |
|---|---|
| org.cojen.dirmi |
Public API for Dirmi.
|
| org.cojen.dirmi.core |
Session implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.withClassLoader(ClassLoader classLoader)
Returns an environment instance which uses the provided classloader
for all established sessions.
|
Environment |
Environment.withClientSocketFactory(SocketFactory sf)
Returns an environment instance which connects using the given client
socket factory.
|
Environment |
Environment.withServerSocketFactory(ServerSocketFactory ssf)
Returns an environment instance which accepts using the given server
socket factory.
|
Environment |
Environment.withSocketSelector()
Returns an environment instance which uses selectable sockets, reducing
the amount of idle threads.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionAcceptor |
StandardSessionAcceptor.create(Environment environment,
ChannelBrokerAcceptor brokerAcceptor) |
Copyright © 2006–2015 Cojen. All rights reserved.