Uses of Interface
com.sun.corba.se.pept.transport.Acceptor
Packages that use Acceptor
Package
Description
-
Uses of Acceptor in com.sun.corba.se.impl.legacy.connection
Classes in com.sun.corba.se.impl.legacy.connection that implement Acceptor -
Uses of Acceptor in com.sun.corba.se.impl.orb
Classes in com.sun.corba.se.impl.orb that implement AcceptorModifier and TypeClassDescriptionstatic final classstatic final classMethods in com.sun.corba.se.impl.orb that return AcceptorMethods in com.sun.corba.se.impl.orb with parameters of type AcceptorModifier and TypeMethodDescriptionvoidParserTable.TestORBSocketFactory.setAcceptedSocketOptions(Acceptor acceptor, ServerSocket serverSocket, Socket socket) -
Uses of Acceptor in com.sun.corba.se.impl.transport
Classes in com.sun.corba.se.impl.transport that implement AcceptorFields in com.sun.corba.se.impl.transport declared as AcceptorMethods in com.sun.corba.se.impl.transport that return AcceptorModifier and TypeMethodDescriptionCorbaInboundConnectionCacheImpl.getAcceptor()ListenerThreadImpl.getAcceptor()SocketOrChannelAcceptorImpl.getAcceptor()SocketOrChannelConnectionImpl.getAcceptor()Methods in com.sun.corba.se.impl.transport with parameters of type AcceptorModifier and TypeMethodDescriptionCorbaTransportManagerImpl.getInboundConnectionCache(Acceptor acceptor) voidCorbaInboundConnectionCacheImpl.put(Acceptor acceptor, Connection connection) voidCorbaTransportManagerImpl.registerAcceptor(Acceptor acceptor) voidDefaultSocketFactoryImpl.setAcceptedSocketOptions(Acceptor acceptor, ServerSocket serverSocket, Socket socket) voidCorbaTransportManagerImpl.unregisterAcceptor(Acceptor acceptor) Constructors in com.sun.corba.se.impl.transport with parameters of type AcceptorModifierConstructorDescriptionCorbaInboundConnectionCacheImpl(ORB orb, Acceptor acceptor) ListenerThreadImpl(ORB orb, Acceptor acceptor, Selector selector) SocketOrChannelConnectionImpl(ORB orb, Acceptor acceptor, Socket socket) SocketOrChannelConnectionImpl(ORB orb, Acceptor acceptor, Socket socket, boolean useSelectThreadToWait, boolean useWorkerThread) -
Uses of Acceptor in com.sun.corba.se.pept.transport
Methods in com.sun.corba.se.pept.transport that return AcceptorModifier and TypeMethodDescriptionConnection.getAcceptor()Get theAcceptorthat created thisConnection.EventHandler.getAcceptor()InboundConnectionCache.getAcceptor()ListenerThread.getAcceptor()Methods in com.sun.corba.se.pept.transport with parameters of type AcceptorModifier and TypeMethodDescriptionTransportManager.getInboundConnectionCache(Acceptor acceptor) voidInboundConnectionCache.put(Acceptor acceptor, Connection connection) voidTransportManager.registerAcceptor(Acceptor acceptor) voidTransportManager.unregisterAcceptor(Acceptor acceptor) -
Uses of Acceptor in com.sun.corba.se.spi.orb
Methods in com.sun.corba.se.spi.orb that return Acceptor -
Uses of Acceptor in com.sun.corba.se.spi.transport
Subinterfaces of Acceptor in com.sun.corba.se.spi.transportMethods in com.sun.corba.se.spi.transport with parameters of type AcceptorModifier and TypeMethodDescriptionvoidORBSocketFactory.setAcceptedSocketOptions(Acceptor acceptor, ServerSocket serverSocket, Socket socket) -
Uses of Acceptor in org.wildfly.orb.impl.transport
Methods in org.wildfly.orb.impl.transport that return AcceptorMethods in org.wildfly.orb.impl.transport that return types with arguments of type AcceptorMethods in org.wildfly.orb.impl.transport with parameters of type AcceptorModifier and TypeMethodDescriptionvoidCorbaInboundConnectionCacheImpl.put(Acceptor acceptor, Connection connection) voidCorbaInboundConnectionCacheImpl.registerAcceptor(Acceptor acceptor) Constructors in org.wildfly.orb.impl.transport with parameters of type Acceptor