Uses of Interface
com.sun.corba.se.pept.transport.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in com.sun.corba.se.impl.legacy.connection
Classes in com.sun.corba.se.impl.legacy.connection that implement ConnectionMethods in com.sun.corba.se.impl.legacy.connection that return Connection -
Uses of Connection in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb with parameters of type ConnectionModifier and TypeMethodDescriptionParserTable.TestAcceptor1.createMessageMediator(Broker xbroker, Connection xconnection) ParserTable.TestAcceptor2.createMessageMediator(Broker xbroker, Connection xconnection) ParserTable.TestAcceptor1.finishCreatingMessageMediator(Broker xbroker, Connection xconnection, MessageMediator messageMediator) ParserTable.TestAcceptor2.finishCreatingMessageMediator(Broker xbroker, Connection xconnection, MessageMediator messageMediator) -
Uses of Connection in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol that return ConnectionConstructors in com.sun.corba.se.impl.protocol with parameters of type ConnectionModifierConstructorDescriptionCorbaMessageMediatorImpl(ORB orb, Connection connection) CorbaMessageMediatorImpl(ORB orb, ContactInfo contactInfo, Connection connection, GIOPVersion giopVersion, IOR ior, int requestId, short addrDisposition, String operationName, boolean isOneWay) -
Uses of Connection in com.sun.corba.se.impl.transport
Classes in com.sun.corba.se.impl.transport that implement ConnectionMethods in com.sun.corba.se.impl.transport that return ConnectionModifier and TypeMethodDescriptionSharedCDRContactInfoImpl.createConnection()SocketOrChannelContactInfoImpl.createConnection()CorbaOutboundConnectionCacheImpl.get(ContactInfo contactInfo) ReaderThreadImpl.getConnection()SocketOrChannelAcceptorImpl.getConnection()SocketOrChannelConnectionImpl.getConnection()Methods in com.sun.corba.se.impl.transport with parameters of type ConnectionModifier and TypeMethodDescriptionCorbaContactInfoBase.createMessageMediator(Broker broker, Connection conn) CorbaContactInfoBase.createMessageMediator(Broker broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) SharedCDRContactInfoImpl.createMessageMediator(Broker broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) SocketOrChannelAcceptorImpl.createMessageMediator(Broker broker, Connection connection) CorbaContactInfoBase.finishCreatingMessageMediator(Broker broker, Connection conn, MessageMediator messageMediator) SocketOrChannelAcceptorImpl.finishCreatingMessageMediator(Broker broker, Connection connection, MessageMediator messageMediator) voidCorbaInboundConnectionCacheImpl.put(Acceptor acceptor, Connection connection) voidCorbaOutboundConnectionCacheImpl.put(ContactInfo contactInfo, Connection connection) voidCorbaInboundConnectionCacheImpl.remove(Connection connection) voidCorbaConnectionCacheBase.stampTime(Connection c) Constructors in com.sun.corba.se.impl.transport with parameters of type ConnectionModifierConstructorDescriptionReaderThreadImpl(ORB orb, Connection connection, Selector selector) -
Uses of Connection in com.sun.corba.se.pept.protocol
Methods in com.sun.corba.se.pept.protocol that return ConnectionModifier and TypeMethodDescriptionMessageMediator.getConnection()Get theConnectionon which this message is sent or received. -
Uses of Connection in com.sun.corba.se.pept.transport
Methods in com.sun.corba.se.pept.transport that return ConnectionModifier and TypeMethodDescriptionContactInfo.createConnection()Used to get aConnectionto send and receive messages on the specific transport represented by thisContactInfo.OutboundConnectionCache.get(ContactInfo contactInfo) EventHandler.getConnection()ReaderThread.getConnection()Methods in com.sun.corba.se.pept.transport with parameters of type ConnectionModifier and TypeMethodDescriptionAcceptor.createMessageMediator(Broker xbroker, Connection xconnection) Used to get aMessageMediatorto hold internal data for a message received using the specific encoding, protocol, transport combination represented by thisAcceptor.ContactInfo.createMessageMediator(Broker broker, Connection connection) Used to get aMessageMediatorto hold internal data for a message received using the specific encoding, protocol, transport combination represented by thisContactInfo.ContactInfo.createMessageMediator(Broker broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) Used to get aMessageMediatorto hold internal data for a message to be sent using the specific encoding, protocol, transport combination represented by thisContactInfo.Acceptor.finishCreatingMessageMediator(Broker broker, Connection xconnection, MessageMediator messageMediator) Used to finish creating aMessageMediatorto with internal data for a message received using the specific encoding, protocol, transport combination represented by thisAcceptor.ContactInfo.finishCreatingMessageMediator(Broker broker, Connection connection, MessageMediator messageMediator) Used to finish creating aMessageMediatorwith internal data for a message received using the specific encoding, protocol, transport combination represented by thisContactInfo.voidInboundConnectionCache.put(Acceptor acceptor, Connection connection) voidOutboundConnectionCache.put(ContactInfo contactInfo, Connection connection) voidInboundConnectionCache.remove(Connection connection) voidConnectionCache.stampTime(Connection connection) -
Uses of Connection in com.sun.corba.se.spi.transport
Subinterfaces of Connection in com.sun.corba.se.spi.transport -
Uses of Connection in org.wildfly.orb.impl.transport
Methods in org.wildfly.orb.impl.transport that return ConnectionModifier and TypeMethodDescriptionMethods in org.wildfly.orb.impl.transport with parameters of type ConnectionModifier and TypeMethodDescriptionvoidCorbaInboundConnectionCacheImpl.put(Acceptor acceptor, Connection connection) voidCorbaInboundConnectionCacheImpl.remove(Connection connection)