|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
org.jacorb.orb | |
org.jacorb.orb.etf | |
org.jacorb.orb.giop | |
org.jacorb.orb.iiop | |
org.omg.ETF |
Uses of Connection in org.jacorb.orb |
---|
Methods in org.jacorb.orb with parameters of type Connection | |
boolean |
BasicAdapter.add_input(Connection conn)
Announces a new connection instance to the ORB. |
void |
BasicAdapter.closed_by_peer(Connection conn)
In some cases, the client side can initiate the closing of a connection. |
void |
BasicAdapter.signal_data_available(Connection conn)
The plugged-in transport (e.g. the Listener instance) shall call this function when it owns a server-side Connection and data arrives on the local endpoint. |
Uses of Connection in org.jacorb.orb.etf |
---|
Classes in org.jacorb.orb.etf that implement Connection | |
class |
ConnectionBase
This an abstract base implementation of the ETF::Connection interface. |
class |
StreamConnectionBase
This an abstract base implementation of the ETF::Connection interface. |
Methods in org.jacorb.orb.etf that return Connection | |
Connection |
ListenerBase.accept()
This call is an alternative to using set_handle() to initiate the callback-style of accepting new connections. |
Connection |
FactoriesBase.create_connection(ProtocolProperties props)
ETF defined operation to create a connection. |
Methods in org.jacorb.orb.etf with parameters of type Connection | |
protected void |
ListenerBase.deliverConnection(Connection connection)
Method the Acceptor implementation should call to pass an opened connection to the ORB. |
void |
ListenerBase.completed_data(Connection conn)
The connection instance is returned to the Listener. |
Uses of Connection in org.jacorb.orb.giop |
---|
Fields in org.jacorb.orb.giop declared as Connection | |
protected Connection |
GIOPConnection.transport
|
Methods in org.jacorb.orb.giop that return Connection | |
Connection |
GIOPConnection.getTransport()
|
Methods in org.jacorb.orb.giop with parameters of type Connection | |
ServerGIOPConnection |
GIOPConnectionManager.createServerGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener)
|
GIOPConnection |
GIOPConnectionManager.createClientGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener)
|
Constructors in org.jacorb.orb.giop with parameters of type Connection | |
ServerGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider,
GIOPConnectionManager manager)
|
|
GIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider)
|
|
ClientGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider)
|
Uses of Connection in org.jacorb.orb.iiop |
---|
Classes in org.jacorb.orb.iiop that implement Connection | |
class |
ClientIIOPConnection
ClientIIOPConnection.java Created: Sun Aug 12 20:56:32 2002 |
class |
IIOPConnection
IIOPConnection.java Created: Sun Aug 12 20:18:47 2002 |
class |
IIOPLoopbackConnection
|
class |
ServerIIOPConnection
ServerIIOPConnection.java Created: Sun Aug 12 20:56:32 2002 |
Methods in org.jacorb.orb.iiop that return Connection | |
protected Connection |
IIOPListener.createServerConnection(java.net.Socket socket,
boolean is_ssl)
Template method to create a server-side ETF Connection. |
Uses of Connection in org.omg.ETF |
---|
Subinterfaces of Connection in org.omg.ETF | |
interface |
ConnectionZeroCopy
Generated from IDL interface "ConnectionZeroCopy" |
Classes in org.omg.ETF that implement Connection | |
class |
_ConnectionLocalBase
Abstract base class for implementations of local interface Connection |
class |
_ConnectionZeroCopyLocalBase
Abstract base class for implementations of local interface ConnectionZeroCopy |
class |
ConnectionLocalTie
Generated from IDL interface "Connection" |
class |
ConnectionZeroCopyLocalTie
Generated from IDL interface "ConnectionZeroCopy" |
Fields in org.omg.ETF declared as Connection | |
Connection |
ConnectionHolder.value
|
Methods in org.omg.ETF that return Connection | |
static Connection |
ConnectionHelper.extract(Any any)
|
static Connection |
ConnectionHelper.read(InputStream in)
|
static Connection |
ConnectionHelper.narrow(java.lang.Object obj)
|
static Connection |
ConnectionHelper.narrow(Object obj)
|
static Connection |
ConnectionHelper.unchecked_narrow(Object obj)
|
Connection |
ListenerOperations.accept()
|
Connection |
ListenerLocalTie.accept()
|
Connection |
FactoriesLocalTie.create_connection(ProtocolProperties props)
|
Connection |
FactoriesOperations.create_connection(ProtocolProperties props)
|
Methods in org.omg.ETF with parameters of type Connection | |
boolean |
HandleOperations.add_input(Connection conn)
|
void |
HandleOperations.signal_data_available(Connection conn)
|
void |
HandleOperations.closed_by_peer(Connection conn)
|
static void |
ConnectionHelper.insert(Any any,
Connection s)
|
static void |
ConnectionHelper.write(OutputStream _out,
Connection s)
|
void |
ListenerOperations.completed_data(Connection conn)
|
void |
ListenerLocalTie.completed_data(Connection conn)
|
void |
HandleLocalTie.signal_data_available(Connection conn)
|
void |
HandleLocalTie.closed_by_peer(Connection conn)
|
boolean |
HandleLocalTie.add_input(Connection conn)
|
Constructors in org.omg.ETF with parameters of type Connection | |
ConnectionHolder(Connection initial)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |