Searched refs:host (Results 201 - 225 of 237) sorted by relevance

12345678910

/openjdk7/jdk/src/share/classes/java/net/
H A DURLClassLoader.java629 * to connect to and accept connections from the URL's host is granted.
668 * permission to connect to and accept from the remote host
669 * after we've made sure the host is the correct one and is valid.
675 String host = locUrl.getHost();
676 if (host != null && (host.length() > 0))
677 p = new SocketPermission(host,
H A DAbstractPlainSocketImpl.java113 * the specified host.
114 * @param host the specified host
117 protected void connect(String host, int port) argument
122 InetAddress address = InetAddress.getByName(host);
326 * establish a connection to the given <host, port>. If unsuccessful,
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectorServer.java673 final String protocol, host;
681 host = null; // will default to local host name
685 host = (address.getHost().equals("")) ? null : address.getHost();
691 address = new JMXServiceURL(protocol, host, port, urlPath);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java206 * The host name used by this CommunicatorServer.
209 String host = null ; field in class:CommunicatorServer
615 * Gets the host name used by this <CODE>CommunicatorServer</CODE>.
617 * @return The host name used by this <CODE>CommunicatorServer</CODE>.
621 host = InetAddress.getLocalHost().getHostName();
623 host = "Unknown host";
625 return host ;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java38 * the various components (scheme, host, port, userinfo, path, query
47 * by an authority segment (comprised of user information, host, and
116 /** If specified, stores the host for this URI; otherwise null */
154 * accordingly - setting the scheme, userinfo, host,port, path, query
246 * @param p_userinfo the URI userinfo (cannot be specified if host
250 * be specified if host is null)
275 "Userinfo may not be specified if host is not specified!");
279 "Port may not be specified if host is not specified!");
386 // host to empty string
435 // if we found a host, the
[all...]
/openjdk7/jdk/test/java/net/URL/
H A DTest.java105 static Test test(String protocol, String host, int port, String file) { argument
106 return new Test(protocol, host, port, file);
108 private Test(String protocol, String host, int port, String file) { argument
111 url = new URL(protocol, host, port, file);
288 show("host", u.getHost());
303 if ((failed & HOST) != 0) sb.append(" host");
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java840 String host = uri.getHost();
841 if (host == null) {
846 ? new SunLDAPCertStoreParameters(host)
847 : new SunLDAPCertStoreParameters(host, port));
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java773 String host = url.getHost();
776 && (host == null || host.length() == 0 || host.equals("localhost"))) {
955 String host = url.getHost();
958 && (host == null || host.length() == 0 || host.equals("localhost"))) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DIIOPProfileImpl.java289 String host = proftemp.getPrimaryAddress().getHost() ;
291 cachedIsLocal = orb.isLocalHost(host) &&
/openjdk7/jdk/src/share/native/java/net/
H A Dnet_util.c111 void setInetAddress_hostName(JNIEnv *env, jobject iaObj, jobject host) { argument
115 (*env)->SetObjectField(env, holder, iac_hostNameID, host);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLEngineImpl.java330 * host/port hints. This Engine will not be able to cache
341 SSLEngineImpl(SSLContextImpl ctx, String host, int port) { argument
342 super(host, port);
2077 String host = getPeerHost();
2078 retval.append((host == null) ? "null" : host);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSocketOrChannelAcceptorImpl.java157 String host = orb.getORBData().getORBServerHost();
158 inetSocketAddress = new InetSocketAddress(host, port);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java187 public DigestAuthentication(boolean isProxy, String host, int port, String realm, argument
192 host,
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java5033 JTextComponent host = component;
5035 int offset = host.viewToModel(pt);
5036 int composedStartIndex = host.composedTextStart.getOffset();
5041 Position newPos = host.getDocument().createPosition(offset);
5042 host.getInputContext().endComposition();
5046 EventQueue.invokeLater(new DoSetCaretPosition(host, newPos));
5061 JTextComponent host; field in class:JTextComponent.DoSetCaretPosition
5064 DoSetCaretPosition(JTextComponent host, Position newPos) { argument
5065 this.host = host;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java32 * the various components (scheme, host, port, userinfo, path, query
41 * by an authority segment (comprised of user information, host, and
125 /** If specified, stores the host for this URI; otherwise null.
171 * accordingly - setting the scheme, userinfo, host,port, path, query
271 * @param p_userinfo the URI userinfo (cannot be specified if host
275 * be specified if host is null)
303 Utils.messages.createMessage(MsgKey.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
309 Utils.messages.createMessage(MsgKey.ER_NO_PORT_IF_NO_HOST, null)); //"Port may not be specified if host is not specified!");
433 // host to empty string
485 // if we found a host, the
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java35 * the various components (scheme, host, port, userinfo, path, query
44 * by an authority segment (comprised of user information, host, and
123 /** If specified, stores the host for this URI; otherwise null.
169 * accordingly - setting the scheme, userinfo, host,port, path, query
269 * @param p_userinfo the URI userinfo (cannot be specified if host
273 * be specified if host is null)
301 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
307 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_PORT_IF_NO_HOST, null)); //"Port may not be specified if host is not specified!");
454 // host to empty string
506 // if we found a host, the
[all...]
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java1113 String host = locUrl.getHost();
1114 if (host != null && (host.length() > 0))
1115 perms.add(new SocketPermission(host,
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp1095 struct hostent* host = os::get_host_by_name((char*)ip); local
1096 if (host != NULL) {
1097 memcpy(&server.sin_addr, host->h_addr_list[0], host->h_length);
H A Dostream.hpp303 bool connect(const char *host, short port);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DNameClassBuilderHost.java46 package com.sun.xml.internal.rngom.parse.host;
/openjdk7/jdk/src/windows/native/java/net/
H A Dnet_util_md.h165 #define NI_NUMERICHOST 0x02 /* Return numeric form of the host's address */
166 #define NI_NAMEREQD 0x04 /* Error if the host's name not in DNS */
204 OUT char FAR * host,
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DLoaderHandler.java1085 * from the host of non-"file:" URLs, otherwise the
1090 // get URL with meaningful host component
1099 String host = hostURL.getHost();
1100 if (host != null &&
1101 p.implies(new SocketPermission(host,
1105 new SocketPermission(host,
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java2165 Container host = v.getContainer();
2176 host.getComponentOrientation().isLeftToRight();
2205 Color c = (host.isEnabled()
2208 : host.getForeground())
2213 drawIcon(g, (int) x, (int) y, (int) w, (int) h, align, host);
2620 host = v;
2728 ((StyleConstants)key, host);
2761 if (host == null) {
2764 View parent = host.getParent();
2769 View host; field in class:StyleSheet.ViewAttributeSet
[all...]
H A DTableView.java400 Container host = getContainer();
401 if (host != null) {
402 if (host instanceof JTextComponent) {
403 skipComments = !((JTextComponent)host).isEditable();
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPTransport.java121 /** client host for the current thread's connection */
391 * Find client host name (or "0.0.0.0" if unknown)
593 * Returns the client host for the current thread's connection. Throws
655 String host = (addr != null) ? addr.getHostAddress() : "*";
657 sm.checkAccept(host, socket.getPort());
782 // suggest endpoint (in case client doesn't know host name)

Completed in 149 milliseconds

12345678910