Searched defs:address (Results 126 - 150 of 275) sorted by relevance

1234567891011

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpIncomingRequest.java118 InetAddress address,
116 decodeMessage(byte[] inputBytes, int byteCount, InetAddress address, int port) argument
/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DSctpChannel.java96 * <td> Requests that the local SCTP stack use the given peer address as the
102 * <td> Requests that the peer mark the enclosed address as the association
169 * Opens an SCTP channel and connects it to a remote address.
178 * The remote address to which the new channel is to be connected
190 * @return A new SCTP channel connected to the given address
203 * If the given remote address is not fully resolved
206 * If the type of the given remote address is not supported
240 * Binds the channel's socket to a local address.
245 * may not necesssarily be with the address {@code local} as it may be removed
247 * one local address boun
326 bindAddress(InetAddress address) argument
375 unbindAddress(InetAddress address) argument
[all...]
H A DSctpMultiChannel.java48 * The address(es) that the channel's socket is bound to can be retrieved by
100 * <td> Requests that the local SCTP stack use the given peer address as the
106 * <td> Requests that the peer mark the enclosed address as the association
194 * Binds the channel's socket to a local address and configures the socket
198 * and the local address. Once a relationship is established then
200 * may not necesssarily be with the address {@code local} as it may be removed
202 * address bound to the channel's socket once an invocation of this method
206 * address, that is not automatically assigned, more addresses
217 * The local address to bind the socket, or {@code null} to
218 * bind the socket to an automatically assigned socket address
324 bindAddress(InetAddress address) argument
373 unbindAddress(InetAddress address) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java127 protected VirtualMachine launch(String[] commandArray, String address, argument
131 Helper helper = new Helper(commandArray, address, listenKey, ts);
149 private final String address; field in class:AbstractLauncher.Helper
158 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, argument
161 this.address = address;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DClientTubeAssemblerContext.java66 private final @NotNull EndpointAddress address; field in class:ClientTubeAssemblerContext
82 public ClientTubeAssemblerContext(@NotNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding) { argument
83 this(address, wsdlModel, rootOwner, binding, Container.NONE);
91 public ClientTubeAssemblerContext(@NotNull EndpointAddress address, @Nullable WSDLPort wsdlModel, argument
95 this(address, wsdlModel, rootOwner, binding, container, ((BindingImpl)binding).createCodec() );
103 public ClientTubeAssemblerContext(@NotNull EndpointAddress address, @Nullable WSDLPort wsdlModel, argument
106 this(address, wsdlModel, rootOwner, binding, container, codec, null);
114 public ClientTubeAssemblerContext(@NotNull EndpointAddress address, @Nullable WSDLPort wsdlModel, argument
117 this(address, wsdlModel, rootOwner, null/* no info on which port it is, so pass null*/, binding, container, codec,seiModel);
125 public ClientTubeAssemblerContext(@NotNull EndpointAddress address, argument
134 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @Nullable WSService rootOwner, @Nullable WSBindingProvider bindingProvider, @NotNull WSBinding binding, @NotNull Container container, Codec codec, SEIModel seiModel) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/spi/
H A DProviderImpl.java108 public Endpoint createAndPublishEndpoint(String address, argument
113 endpoint.publish(address);
123 public Endpoint createAndPublishEndpoint(String address, Object implementor, WebServiceFeature... features) { argument
126 endpoint.publish(address);
170 public W3CEndpointReference createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters) { argument
171 return createW3CEndpointReference(address, null, serviceName, portName, metadata, wsdlDocumentLocation, referenceParameters, null, null);
174 public W3CEndpointReference createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, argument
178 if (address == null) {
182 //check if it is run in a Java EE Container and if so, get address using serviceName and portName
190 address
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DDatagramChannelImpl.c128 jobject fdo, jlong address,
132 void *buf = (void *)jlong_to_ptr(address);
168 * If the source address and port match the cached address
209 jboolean preferIPv6, jobject fdo, jlong address,
213 void *buf = (void *)jlong_to_ptr(address);
127 Java_sun_nio_ch_DatagramChannelImpl_receive0(JNIEnv *env, jobject this, jobject fdo, jlong address, jint len, jboolean connected) argument
208 Java_sun_nio_ch_DatagramChannelImpl_send0(JNIEnv *env, jobject this, jboolean preferIPv6, jobject fdo, jlong address, jint len, jobject destAddress, jint destPort) argument
H A DFileChannelImpl.c116 jlong address, jlong len)
118 void *a = (void *)jlong_to_ptr(address);
115 Java_sun_nio_ch_FileChannelImpl_unmap0(JNIEnv *env, jobject this, jlong address, jlong len) argument
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DLinuxWatchService.c84 (JNIEnv* env, jclass clazz, jint fd, jlong address, jint mask)
87 const char* path = (const char*)jlong_to_ptr(address);
83 Java_sun_nio_fs_LinuxWatchService_inotifyAddWatch(JNIEnv* env, jclass clazz, jint fd, jlong address, jint mask) argument
H A DSolarisNativeDispatcher.c70 jint cmd, jint nentries, jlong address)
72 void* aclbufp = jlong_to_ptr(address);
69 Java_sun_nio_fs_SolarisNativeDispatcher_facl(JNIEnv* env, jclass this, jint fd, jint cmd, jint nentries, jlong address) argument
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSctpChannelImpl.java63 public SctpChannel bindAddress(InetAddress address) argument
69 public SctpChannel unbindAddress(InetAddress address) argument
H A DSctpMultiChannelImpl.java64 public SctpMultiChannel bindAddress(InetAddress address) argument
70 public SctpMultiChannel unbindAddress(InetAddress address) argument
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsSecurityDescriptor.java148 InitializeAcl(aclBuffer.address(), size);
156 encode(entry, pSid, aclBuffer.address());
165 InitializeSecurityDescriptor(sdBuffer.address());
166 SetSecurityDescriptorDacl(sdBuffer.address(), aclBuffer.address());
194 * Returns address of SecurityDescriptor
196 long address() { method in class:WindowsSecurityDescriptor
197 return (sdBuffer == null) ? 0L : sdBuffer.address();
369 // get address of DACL
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DDatagramChannelImpl.c129 jobject fdo, jlong address,
133 void *buf = (void *)jlong_to_ptr(address);
169 * If the source address and port match the cached address
212 jlong address, jint len,
216 void *buf = (void *)jlong_to_ptr(address);
128 Java_sun_nio_ch_DatagramChannelImpl_receive0(JNIEnv *env, jobject this, jobject fdo, jlong address, jint len, jboolean connected) argument
210 Java_sun_nio_ch_DatagramChannelImpl_send0(JNIEnv *env, jobject this, jboolean preferIPv6, jobject fdo, jlong address, jint len, jobject destAddress, jint destPort) argument
H A DFileChannelImpl.c126 jlong address, jlong len)
129 void *a = (void *) jlong_to_ptr(address);
125 Java_sun_nio_ch_FileChannelImpl_unmap0(JNIEnv *env, jobject this, jlong address, jlong len) argument
H A DWindowsAsynchronousSocketChannelImpl.c154 jlong socket, jint count, jlong address, jlong ov)
157 WSABUF* lpWsaBuf = (WSABUF*) jlong_to_ptr(address);
187 jlong socket, jint count, jlong address, jlong ov)
190 WSABUF* lpWsaBuf = (WSABUF*) jlong_to_ptr(address);
153 Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0(JNIEnv* env, jclass this, jlong socket, jint count, jlong address, jlong ov) argument
186 Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0(JNIEnv* env, jclass this, jlong socket, jint count, jlong address, jlong ov) argument
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DReceive.java61 SocketAddress address = null;
72 /* requested to connecct to a specific address */
75 address = new InetSocketAddress(args[0], port);
84 address = server.address();
85 debug("Server started and listening on " + address);
92 doTest(address);
130 check(info.address() != null, "address is null");
157 check(info.address() !
235 public InetSocketAddress address() { method in class:Receive.Server
[all...]
H A DSend.java60 SocketAddress address = null;
70 /* requested to connecct to a specific address */
73 address = new InetSocketAddress(args[0], port);
82 address = server.address();
83 debug("Server started and listening on " + address);
90 doTest(address);
245 fail("Invalid address should have thrown an Exception.");
304 public InetSocketAddress address() { method in class:Send.Server
H A DShutdown.java51 SocketAddress address = null;
61 /* requested to connecct to a specific address */
64 address = new InetSocketAddress(args[0], port);
73 address = server.address();
74 debug("Server started and listening on " + address);
81 doTest(address);
196 public InetSocketAddress address() { method in class:Shutdown.ShutdownServer
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java58 SocketAddress address = null;
68 /* requested to connecct to a specific address */
71 address = new InetSocketAddress(args[0], port);
80 address = server.address();
81 debug("Server started and listening on " + address);
88 doTest(address);
177 public InetSocketAddress address() { method in class:Branch.Server
/openjdk7/jdk/test/com/sun/nio/sctp/SctpServerChannel/
H A DAccept.java51 SocketAddress address = null;
60 /* requested to connecct to a specific address */
63 address = new InetSocketAddress(args[0], port);
72 address = server.address();
73 debug("Server started and listening on " + address);
80 doClient(address);
160 InetSocketAddress address() { method in class:Accept.AcceptServer
H A DNonBlockingAccept.java51 SocketAddress address = null;
61 /* requested to connecct to a specific address */
64 address = new InetSocketAddress(args[0], port);
73 address = server.address();
74 debug("Server started and listening on " + address);
81 doClient(address);
127 InetSocketAddress address () { method in class:NonBlockingAccept.NonblockingServer
/openjdk7/jdk/test/java/net/Socket/
H A DOldImpl.java53 protected void connect(InetAddress address, int port){ argument
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsCreateSockTest.java106 InetSocketAddress address = httpsServer.getAddress();
108 URL url = new URL("https://localhost:" + address.getPort() + "/");
171 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, argument
174 return SocketFactory.getDefault().createSocket(address, port, localAddress, localPort);
H A DHttpsSocketFacTest.java106 InetSocketAddress address = httpsServer.getAddress();
107 URL url = new URL("https://localhost:" + address.getPort() + "/test6614957/");
184 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, argument
187 return SocketFactory.getDefault().createSocket(address, port, localAddress, localPort);

Completed in 67 milliseconds

1234567891011