Searched defs:address (Results 151 - 175 of 275) sorted by relevance

1234567891011

/openjdk7/jdk/src/share/native/com/sun/tools/jdi/
H A DSharedMemoryTransport.c105 (JNIEnv *env, jobject thisObject, jstring address, jlong timeout)
111 addrChars = (*env)->GetStringUTFChars(env, address, NULL);
124 (*env)->ReleaseStringUTFChars(env, address, addrChars);
184 (JNIEnv *env, jobject thisObject, jstring address)
192 if (address != NULL) {
193 addrChars = (*env)->GetStringUTFChars(env, address, NULL);
208 (*env)->ReleaseStringUTFChars(env, address, addrChars);
104 Java_com_sun_tools_jdi_SharedMemoryTransportService_attach0(JNIEnv *env, jobject thisObject, jstring address, jlong timeout) argument
183 Java_com_sun_tools_jdi_SharedMemoryTransportService_startListening0(JNIEnv *env, jobject thisObject, jstring address) argument
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java123 * @param address the address of the network interface through
130 InetAddress address,
134 super(port, backlog, address);
127 SSLServerSocketImpl( int port, int backlog, InetAddress address, SSLContextImpl context) argument
/openjdk7/jdk/test/sun/misc/IoTrace/
H A DIoTraceBase.java37 private InetAddress address; field in class:IoTraceBase
45 address = null;
81 public void socketReadEnd(Object context, InetAddress address, int port, argument
84 this.address = address;
96 public void socketWriteEnd(Object context, InetAddress address, int port, argument
99 this.address = address;
143 if (!address.equals(ia)) {
144 throw new Exception("Incorrect address
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DIOVecWrapper.java65 // Base address of this array
66 final long address; field in class:IOVecWrapper
92 this.address = vecArray.address();
H A DNativeObject.java45 // Native allocation address;
46 // may be smaller than the base address due to page-size rounding
50 // Native base address
52 private final long address; field in class:NativeObject
55 * Creates a new native object that is based at the given native address.
57 NativeObject(long address) { argument
58 this.allocationAddress = address;
59 this.address = address;
63 * Creates a new native object allocated at the given native address bu
66 NativeObject(long address, long offset) argument
90 long address() { method in class:NativeObject
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpSendSocket.java119 * Create a stream socket and connect it to the specified address on
121 * @param address the address
124 public HttpSendSocket(InetAddress address, int port) throws IOException argument
126 this(address.getHostName(), port);
222 * Get the address to which the socket is connected.
234 * Get the local address to which the socket is bound.
/openjdk7/jdk/src/solaris/classes/java/net/
H A DPlainDatagramSocketImpl.java76 protected native void connect0(InetAddress address, int port) throws SocketException; argument
H A DPlainSocketImpl.java56 native void socketConnect(InetAddress address, int port, int timeout) argument
59 native void socketBind(InetAddress address, int port) argument
/openjdk7/jdk/src/solaris/classes/sun/net/sdp/
H A DSdpProvider.java104 boolean match(Action action, InetAddress address, int port); argument
121 public boolean match(Action action, InetAddress address, int port) { argument
128 // rule to match address[/prefix] port[-end]
133 AddressPortRangeRule(Action action, InetAddress address, argument
137 this.addressAsBytes = address.getAddress();
142 public boolean match(Action action, InetAddress address, int port) { argument
145 byte[] candidate = address.getAddress();
146 // same address type?
159 return super.match(action, address, port);
248 for (InetAddress address
291 convertTcpToSdpIfMatch(FileDescriptor fdObj, Action action, InetAddress address, int port) argument
317 implBeforeTcpBind(FileDescriptor fdObj, InetAddress address, int port) argument
327 implBeforeTcpConnect(FileDescriptor fdObj, InetAddress address, int port) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEPoll.java75 static void freePollArray(long address) { argument
76 unsafe.freeMemory(address);
82 static long getEvent(long address, int i) { argument
83 return address + (SIZEOF_EPOLLEVENT*i);
H A DEPollPort.java60 // address of the poll array passed to epoll_wait
61 private final long address; field in class:EPollPort
104 this.address = allocatePollArray(MAX_EPOLL_EVENTS);
126 freePollArray(address);
194 int n = epollWait(epfd, address, MAX_EPOLL_EVENTS);
204 long eventAddress = getEvent(address, n);
H A DKQueue.java74 static void freePollArray(long address) { argument
75 unsafe.freeMemory(address);
81 static long getEvent(long address, int i) { argument
82 return address + (SIZEOF_KQUEUEEVENT*i);
88 static int getDescriptor(long address) { argument
89 return unsafe.getInt(address + OFFSET_IDENT);
92 static int getFilter(long address) { argument
93 return unsafe.getShort(address + OFFSET_FILTER);
96 static int getFlags(long address) { argument
97 return unsafe.getShort(address
[all...]
H A DKQueuePort.java57 // address of the poll array passed to kqueue_wait
58 private final long address; field in class:KQueuePort
102 this.address = allocatePollArray(MAX_KEVENTS_TO_POLL);
124 freePollArray(address);
196 int n = keventPoll(kqfd, address, MAX_KEVENTS_TO_POLL);
206 long keventAddress = getEvent(address, n);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DEndpoint.java190 * Publishes this endpoint at the given address.
196 * @param address A URI specifying the address to use. The address
201 * If the provided address URI is not usable
212 public abstract void publish(String address); argument
216 * object at the given address.
225 * @param address A URI specifying the address and transport/protocol
239 public static Endpoint publish(String address, Objec argument
271 publish(String address, Object implementor, WebServiceFeature ... features) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DProvider.java224 * address and implementation object.
226 * @param address A URI specifying the address and transport/protocol
236 public abstract Endpoint createAndPublishEndpoint(String address, argument
318 * for any endpoint by specifying the <code>address</code> property along
322 * To do so the <code>address</code> property can be provided or this
323 * method can automatically determine the <code>address</code> of
326 * <code>portName</code> propeties. If the <code>address</code> is
332 * @param address Specifies the address o
371 createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters) argument
445 createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) argument
472 createAndPublishEndpoint(String address, Object implementor, WebServiceFeature ... features) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDebuggerUtilities.java38 public String addressValueToString(long address) { argument
44 val = Long.toHexString(address);
46 val = Integer.toHexString((int) address);
55 public void checkAlignment(long address, long alignment) { argument
56 if (address % alignment != 0) {
57 throw new UnalignedAddressException("Trying to read at address: " +
58 addressValueToString(address) +
60 address);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/
H A DDummyDebugger.java124 public ReadResult readBytesFromProcess(long address, long numBytes) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerServer.java69 public ReadResult readBytesFromProcess(long address, long numBytes) throws RemoteException { argument
70 return debugger.readBytesFromProcess(address, numBytes);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaScriptEngine.java87 address function returns address of JSJavaObject as String. For other
90 public Object address(Object[] args) { method in class:JSJavaScriptEngine
149 // treat it as address
218 println("address(jobject) returns the address of the Java object");
226 println("object(string) converts a string address into Java object");
299 object function takes a string address and returns a JSJavaObject.
547 owner = mark.locker().getAddress(); // save the address of the Lock word
555 // owner, a JavaThread * or it may still be the address o
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DAbstractPlainDatagramSocketImpl.java103 * destination address to send the packet to.
110 * address with the local socket so that datagrams may only be sent to this destination
112 * @param address the remote InetAddress to connect to
115 protected void connect(InetAddress address, int port) throws SocketException { argument
116 connect0(address, port);
117 connectedAddress = address;
135 * @param return the address which the packet came from.
175 * @param multicast address to join.
183 * @param multicast address to leave.
190 * @param multicast address t
359 connect0(InetAddress address, int port) argument
[all...]
H A DDatagramSocket.java47 * broadcast packets a DatagramSocket should be bound to the wildcard address.
49 * a DatagramSocket is bound to a more specific address.
101 * Connected address & port
107 * Connects this socket to a remote socket address (IP address + port number).
110 * @param addr The remote address.
114 private synchronized void connectInternal(InetAddress address, int port) throws SocketException { argument
118 if (address == null) {
119 throw new IllegalArgumentException("connect: null address");
121 checkAddress (address, "connec
440 connect(InetAddress address, int port) argument
[all...]
H A DSocketImpl.java57 * The IP address of the remote end of this socket.
59 protected InetAddress address; field in class:SocketImpl
94 * @param address the IP address of the remote host.
99 protected abstract void connect(InetAddress address, int port) throws IOException; argument
106 * @param address the Socket address of the remote host.
112 protected abstract void connect(SocketAddress address, int timeout) throws IOException; argument
115 * Binds this socket to the specified local IP address and port number.
117 * @param host an IP address tha
[all...]
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectorServer.java73 * override an existing stub at the same address. The value
232 this.address = url;
316 * <p>If the given address includes a JNDI directory URL as
320 * <code>RMIServerImpl</code> to the given address.</p>
326 * address (returned by {@link #getAddress()}). The encodings for
409 if (address != null && address.getURLPath().startsWith("/jndi/")) {
410 final String jndiUrl = address.getURLPath().substring(6);
440 if (tracing) logger.trace("start", "Encoded URL: " + this.address);
467 logger.trace("start", "Connector Server Address = " + address);
837 private JMXServiceURL address; field in class:RMIConnectorServer
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpEngineImpl.java215 * <li> If not, the passed address and port are used to compute one.</li>
221 * @param address An IP address used to calculate the engine ID.
226 InetAddress address,
231 engineid = SnmpEngineId.createEngineId(address, port);
224 SnmpEngineImpl(SnmpEngineFactory fact, SnmpLcd lcd, InetAddress address, int port) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java60 * Returns the string representation of the address that this
63 public String address() { method in class:SocketTransportService.SocketListenKey
64 InetAddress address = ss.getInetAddress();
67 * If bound to the wildcard address then use current local
70 * represent the loopback address.
72 if (address.isAnyLocalAddress()) {
74 address = InetAddress.getLocalHost();
78 address = InetAddress.getByAddress("127.0.0.1", loopback);
86 * Now decide if we return a hostname or IP address. Where possible
88 * address tha
187 attach(String address, long attachTimeout, long handshakeTimeout) argument
262 startListening(String address) argument
[all...]

Completed in 71 milliseconds

1234567891011