| Package | Description |
|---|---|
| com.sun.corba.ee.impl.legacy.connection | |
| com.sun.corba.ee.impl.orb | |
| com.sun.corba.ee.impl.transport | |
| com.sun.corba.ee.spi.orb | |
| com.sun.corba.ee.spi.transport |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketFactoryAcceptorImpl |
| Modifier and Type | Class and Description |
|---|---|
static class |
ParserTable.TestAcceptor1 |
static class |
ParserTable.TestAcceptor2 |
| Modifier and Type | Method and Description |
|---|---|
Acceptor[] |
ORBDataParserImpl.getAcceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserTable.TestORBSocketFactory.setAcceptedSocketOptions(Acceptor acceptor,
ServerSocket serverSocket,
Socket socket) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptorAcceptOnlyImpl
This version of an acceptor is the other half of CorbaAcceptorLazyImpl.
|
class |
AcceptorBase |
class |
AcceptorImpl |
class |
AcceptorLazyImpl
A version of an Acceptor that does not own the ServerSocket.
|
| Modifier and Type | Field and Description |
|---|---|
protected Acceptor |
ConnectionImpl.acceptor |
| Modifier and Type | Field and Description |
|---|---|
protected List<Acceptor> |
TransportManagerImpl.acceptors |
| Modifier and Type | Method and Description |
|---|---|
Acceptor |
ListenerThreadImpl.getAcceptor() |
Acceptor |
ConnectionImpl.getAcceptor() |
Acceptor |
AcceptorBase.getAcceptor() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Acceptor> |
TransportManagerImpl.getAcceptors() |
Collection<Acceptor> |
TransportManagerImpl.getAcceptors(String objectAdapterManagerId,
ObjectAdapterId objectAdapterId) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
InboundConnectionCacheImpl.get(Acceptor acceptor) |
InboundConnectionCache |
TransportManagerImpl.getInboundConnectionCache(Acceptor acceptor) |
void |
InboundConnectionCacheImpl.put(Acceptor acceptor,
Connection connection) |
void |
TransportManagerImpl.registerAcceptor(Acceptor acceptor) |
void |
DefaultSocketFactoryImpl.setAcceptedSocketOptions(Acceptor acceptor,
ServerSocket serverSocket,
Socket socket) |
void |
TransportManagerImpl.unregisterAcceptor(Acceptor acceptor) |
| Constructor and Description |
|---|
ConnectionImpl(ORB orb,
Acceptor acceptor,
Socket socket) |
InboundConnectionCacheImpl(ORB orb,
Acceptor acceptor) |
ListenerThreadImpl(ORB orb,
Acceptor acceptor) |
| Modifier and Type | Method and Description |
|---|---|
Acceptor[] |
ORBData.getAcceptors() |
| Modifier and Type | Method and Description |
|---|---|
Acceptor |
ListenerThread.getAcceptor() |
Acceptor |
EventHandler.getAcceptor() |
Acceptor |
Connection.getAcceptor() |
static Acceptor |
TransportDefault.makeAcceptOnlyCorbaAcceptor(ORB orb,
int port,
String name,
String type,
org.glassfish.pfl.basic.func.UnaryVoidFunction<Socket> operation) |
static Acceptor |
TransportDefault.makeLazyCorbaAcceptor(ORB orb,
int port,
String name,
String type) |
static Acceptor |
TransportDefault.makeStandardCorbaAcceptor(ORB orb,
int port,
String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Acceptor> |
TransportManager.getAcceptors() |
Collection<Acceptor> |
TransportManager.getAcceptors(String objectAdapterManagerId,
ObjectAdapterId objectAdapterId) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
InboundConnectionCache.get(Acceptor acceptor) |
InboundConnectionCache |
TransportManager.getInboundConnectionCache(Acceptor acceptor) |
void |
InboundConnectionCache.put(Acceptor acceptor,
Connection connection) |
void |
TransportManager.registerAcceptor(Acceptor acceptor) |
void |
ORBSocketFactory.setAcceptedSocketOptions(Acceptor acceptor,
ServerSocket serverSocket,
Socket socket) |
void |
TransportManager.unregisterAcceptor(Acceptor acceptor) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.