Searched refs:createConnection (Results 1 - 13 of 13) sorted by relevance

/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/client/p2p/
H A DHttpSOAPConnectionFactory.java38 public SOAPConnection createConnection() method in class:HttpSOAPConnectionFactory
H A DHttpSOAPConnection.java187 httpConnection = (HttpURLConnection) createConnection(url);
438 httpConnection = (HttpURLConnection) createConnection(url);
653 private java.net.HttpURLConnection createConnection(URL endpoint) method in class:HttpSOAPConnection
/openjdk10/jaxws/src/java.xml.ws/share/classes/javax/xml/soap/
H A DSOAPConnectionFactory.java33 * can be created by calling {@code createConnection()} on the newly
85 public abstract SOAPConnection createConnection() method in class:SOAPConnectionFactory
/openjdk10/jdk/test/java/nio/channels/
H A DTestServers.java272 protected abstract TcpConnectionThread createConnection(Socket s); method in class:TestServers.AbstractTcpServer
281 TcpConnectionThread c = createConnection(s);
354 protected TcpConnectionThread createConnection(Socket s) { method in class:TestServers.EchoServer
435 protected TcpConnectionThread createConnection(Socket s) { method in class:TestServers.DayTimeServer
679 protected abstract UdpRequestThread createConnection(DatagramSocket socket, method in class:TestServers.AbstractUdpServer
691 UdpRequestThread c = createConnection(socket, request);
732 protected UdpRequestThread createConnection(DatagramSocket socket, method in class:TestServers.UdpDiscardServer
767 protected UdpEchoRequest createConnection(DatagramSocket socket, method in class:TestServers.UdpEchoServer
823 protected UdpDayTimeRequestThread createConnection(DatagramSocket socket, method in class:TestServers.UdpDayTimeServer
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/pept/transport/
H A DContactInfo.java155 public Connection createConnection(); method in interface:ContactInfo
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DSocketFactoryContactInfoImpl.java86 public Connection createConnection() method in class:SocketFactoryContactInfoImpl
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/transport/
H A DSocketOrChannelContactInfoImpl.java117 public Connection createConnection() method in class:SocketOrChannelContactInfoImpl
H A DSharedCDRContactInfoImpl.java98 public Connection createConnection() method in class:SharedCDRContactInfoImpl
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java100 Connection newConn = diagram.createConnection(slot, c.getOutputSlot(), c.getLabel(), c.getType());
157 Connection newConn = diagram.createConnection(c.getInputSlot(), slot, c.getLabel(), c.getType());
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DDiagram.java111 public Connection createConnection(InputSlot inputSlot, OutputSlot outputSlot, String label, String type) { method in class:Diagram
176 Connection c = d.createConnection(inputSlot, outputSlot, e.getLabel(), e.getType());
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DTCPChannel.java196 return (createConnection());
204 private Connection createConnection() throws RemoteException { method in class:TCPChannel
/openjdk10/jdk/src/jdk.jdi/share/native/libdt_shmem/
H A DshmemBase.c593 createConnection(SharedMemoryTransport *transport, jlong otherPID, function
839 error = createConnection(transport, transport->shared->attachingPID,
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientRequestDispatcherImpl.java187 contactInfo.createConnection();

Completed in 201 milliseconds