Searched defs:createConnection (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/client/p2p/
H A DHttpSOAPConnectionFactory.java37 public SOAPConnection createConnection() method in class:HttpSOAPConnectionFactory
H A DHttpSOAPConnection.java186 httpConnection = (HttpURLConnection) createConnection(url);
431 httpConnection = (HttpURLConnection) createConnection(url);
644 private java.net.HttpURLConnection createConnection(URL endpoint) method in class:HttpSOAPConnection
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPConnectionFactory.java33 * can be created by calling <code>createConnection()</code> on the newly
84 public abstract SOAPConnection createConnection() method in class:SOAPConnectionFactory
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DSocketFactoryContactInfoImpl.java86 public Connection createConnection() method in class:SocketFactoryContactInfoImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DContactInfo.java155 public Connection createConnection(); method in interface:ContactInfo
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSharedCDRContactInfoImpl.java98 public Connection createConnection() method in class:SharedCDRContactInfoImpl
H A DSocketOrChannelContactInfoImpl.java117 public Connection createConnection() method in class:SocketOrChannelContactInfoImpl
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DDiagram.java111 public Connection createConnection(InputSlot inputSlot, OutputSlot outputSlot) { method in class:Diagram
159 Connection c = d.createConnection(inputSlot, outputSlot);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPChannel.java202 return (createConnection());
210 private Connection createConnection() throws RemoteException { method in class:TCPChannel
/openjdk7/jdk/test/java/nio/channels/
H A DTestServers.java273 protected abstract TcpConnectionThread createConnection(Socket s); method in class:TestServers.AbstractTcpServer
282 TcpConnectionThread c = createConnection(s);
355 protected TcpConnectionThread createConnection(Socket s) { method in class:TestServers.EchoServer
421 protected TcpConnectionThread createConnection(Socket s) { method in class:TestServers.DayTimeServer
665 protected abstract UdpRequestThread createConnection(DatagramSocket socket, method in class:TestServers.AbstractUdpServer
677 UdpRequestThread c = createConnection(socket, request);
718 protected UdpRequestThread createConnection(DatagramSocket socket, method in class:TestServers.UdpDiscardServer
753 protected UdpEchoRequest createConnection(DatagramSocket socket, method in class:TestServers.UdpEchoServer
809 protected UdpDayTimeRequestThread createConnection(DatagramSocket socket, method in class:TestServers.UdpDayTimeServer
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBase.c593 createConnection(SharedMemoryTransport *transport, jlong otherPID, function
839 error = createConnection(transport, transport->shared->attachingPID,

Completed in 60 milliseconds