Searched defs:getAddress (Results 26 - 50 of 53) sorted by relevance

123

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DField.java109 public Address getAddress (Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:Field
140 public Address getAddress () throws UnmappedAddressException, UnalignedAddressException; method in interface:Field
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicFieldWrapper.java91 public Address getAddress (Address addr) throws UnmappedAddressException, UnalignedAddressException { method in class:BasicFieldWrapper
92 return field.getAddress(addr);
130 public Address getAddress () throws UnmappedAddressException, UnalignedAddressException { method in class:BasicFieldWrapper
131 return field.getAddress();
H A DBasicField.java164 public Address getAddress (Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicField
244 public Address getAddress () throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicField
/openjdk7/jdk/src/share/classes/java/net/
H A DDatagramPacket.java187 public synchronized InetAddress getAddress() { method in class:DatagramPacket
277 * @see #getAddress()
314 setAddress(addr.getAddress());
327 return new InetSocketAddress(getAddress(), getPort());
H A DInet4Address.java141 inet.holder().address = holder().getAddress();
163 return ((holder().getAddress() & 0xf0000000) == 0xe0000000);
173 return holder().getAddress() == 0;
186 byte[] byteAddr = getAddress();
202 int address = holder().getAddress();
219 int address = holder().getAddress();
237 byte[] byteAddr = getAddress();
266 int address = holder().getAddress();
282 int address = holder().getAddress();
298 int address = holder().getAddress();
311 public byte[] getAddress() { method in class:Inet4Address
[all...]
H A DInetSocketAddress.java74 private InetAddress getAddress() { method in class:InetSocketAddress.InetSocketAddressHolder
333 public final InetAddress getAddress() { method in class:InetSocketAddress
334 return holder.getAddress();
H A DInet6Address.java603 * byte of the address is in <code>getAddress()[0]</code>.
608 public byte[] getAddress() { method in class:Inet6Address
689 * <code>getAddress</code> is the same for both, and each of the
695 * @see java.net.InetAddress#getAddress()
H A DInetAddress.java227 int getAddress() { method in class:InetAddress.InetAddressHolder
287 return new Inet4Address(holder().getHostName(), holder().getAddress());
583 host = nameService.getHostByAddr(addr.getAddress());
632 * byte of the address is in <code>getAddress()[0]</code>.
636 public byte[] getAddress() { method in class:InetAddress
667 * <code>getAddress</code> is the same for both, and each of the
673 * @see java.net.InetAddress#getAddress()
1387 * byte of the address is in <code>getAddress()[0]</code>.
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpIncomingResponse.java50 public InetAddress getAddress(); method in interface:SnmpIncomingResponse
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpServer.java253 public abstract InetSocketAddress getAddress() ; method in class:HttpServer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPortImpl.java74 public EndpointAddress getAddress() { method in class:WSDLPortImpl
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DHttpsServerImpl.java97 public InetSocketAddress getAddress() { method in class:HttpsServerImpl
98 return server.getAddress();
H A DServerImpl.java248 public InetSocketAddress getAddress() { method in class:ServerImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicDebugEvent.java47 public Address getAddress() { return address; } method in class:BasicDebugEvent
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DClientTubeAssemblerContext.java149 * from {@link com.sun.xml.internal.ws.api.model.wsdl.WSDLPort} (even though there's {@link com.sun.xml.internal.ws.api.model.wsdl.WSDLPort#getAddress()})
152 public @NotNull EndpointAddress getAddress() { method in class:ClientTubeAssemblerContext
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderBuffer.java91 public final long getAddress() { method in class:RenderBuffer
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectorServer.java326 * address (returned by {@link #getAddress()}). The encodings for
582 public JMXServiceURL getAddress() { method in class:RMIConnectorServer
H A DRMIConnector.java235 public JMXServiceURL getAddress() { method in class:RMIConnector
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DPort.java105 public String getAddress() { method in class:Port
/openjdk7/jdk/test/java/nio/channels/
H A DTestServers.java50 public abstract InetAddress getAddress(); method in class:TestServers.AbstractServer
79 public InetAddress getAddress() { method in class:TestServers.RefusingServer
143 public final synchronized InetAddress getAddress() { method in class:TestServers.AbstractTcpServer
525 public final synchronized InetAddress getAddress() { method in class:TestServers.AbstractUdpServer
622 // + packet.getAddress()+":"+packet.getPort());
771 request.getAddress(), request.getPort());
829 request.getAddress(), request.getPort());
/openjdk7/jdk/test/sun/misc/JarIndex/metaInfFilenames/
H A DBasic.java111 doTest(httpServer.getAddress());
411 InetSocketAddress getAddress() { method in class:Basic.JarHttpServer
412 return httpServer.getAddress();
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java469 JMXServiceURL addr = cs.getAddress();
737 public JMXServiceURL getAddress() {...}
754 else if (mname.equals("getAddress"))
755 return getAddress();
792 private JMXServiceURL getAddress() throws Exception { method in class:BrokenConnectionTest.SocketConnectionServerInvocationHandler
793 System.out.println("SCSIH.getAddress()");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java571 * if(epr.getAddress().startsWith("http:"))
572 * epr = epr.createWithAddress("https:"+epr.getAddress().substring(5));
640 * such as setting the endpoint address to {@link #getAddress() the address},
656 * such as setting the endpoint address to {@link #getAddress() the address},
675 * such as setting the endpoint address to {@link #getAddress() the address},
699 public @NotNull String getAddress() { method in class:WSEndpointReference
704 * Returns true if this has anonymous URI as the {@link #getAddress() address}.
712 * as the {@link #getAddress() address}.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DNMethod.java124 public Address getAddress() { method in class:NMethod
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java156 public Address getAddress() { method in class:VM.Flag

Completed in 96 milliseconds

123