Searched defs:port (Results 151 - 175 of 397) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DEndPointInfoImpl.java39 protected int port; field in class:EndPointInfoImpl
43 public EndPointInfoImpl(String type, int port, String hostname) { argument
45 this.port = port;
64 return port;
72 public void setLocatorPort (int port) argument
74 locatorPort = port;
83 return type.hashCode() ^ hostname.hashCode() ^ port;
98 if (port != other.port) {
[all...]
H A DLegacyServerSocketManagerImpl.java125 // Check to see if the given port is equal to any of the ORB Server Ports.
128 public boolean legacyIsLocalServerPort(int port) argument
133 if (endPoint != null && endPoint.getPort() == port) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/namingutil/
H A DIIOPEndpointInfo.java44 private int port; field in class:IIOPEndpointInfo
53 port = ORBConstants.DEFAULT_INS_PORT;
65 port = thePort;
69 return port;
90 System.out.println( "port -> " + port );
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DCorbaContactInfoListImpl.java160 int port =
165 createContactInfo(SocketInfo.IIOP_CLEAR_TEXT, hostname, port);
195 int port = socketInfo.getPort();
196 contactInfo = createContactInfo(type, host, port);
202 String hostname, int port)
209 type, hostname, port);
201 createContactInfo(String type, String hostname, int port) argument
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLSocketFactory.java168 * host, at the given port. This constructor can be used when tunneling SSL
170 * socket. The host and port refer to the logical peer destination.
176 * @param port the server port
178 * @return a socket connected to the specified host and port
183 int port, boolean autoClose)
208 public Socket createSocket(String host, int port) argument
215 int port, boolean autoClose)
221 public Socket createSocket(InetAddress address, int port) argument
227 public Socket createSocket(String host, int port, argument
182 createSocket(Socket s, String host, int port, boolean autoClose) argument
214 createSocket(Socket s, String host, int port, boolean autoClose) argument
234 createSocket(InetAddress address, int port, InetAddress clientAddress, int clientPort) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/rmi/ssl/
H A DSslRMIServerSocketFactory.java256 public ServerSocket createServerSocket(int port) throws IOException { argument
260 return new ServerSocket(port) {
/openjdk7/jdk/src/share/classes/java/net/
H A DCookieManager.java229 // Let's check the authorize port list if it exists
232 int port = uri.getPort();
233 if (port == -1) {
234 port = "https".equals(uri.getScheme()) ? 443 : 80;
236 if (isInPortList(ports, port)) {
317 int port = uri.getPort();
318 if (port == -1) {
319 port = "https".equals(uri.getScheme()) ? 443 : 80;
322 // Empty port list means this should be restricted
323 // to the incoming URI port
364 isInPortList(String lst, int port) argument
[all...]
H A DDatagramPacket.java63 int port; field in class:DatagramPacket
81 this.port = -1;
101 * specified port number on the specified host. The
109 * @param port the destination port number.
115 InetAddress address, int port) {
118 setPort(port);
124 * specified port number on the specified host. The
145 * <code>length</code> to the specified port number on the specified
152 * @param port th
114 DatagramPacket(byte buf[], int offset, int length, InetAddress address, int port) argument
155 DatagramPacket(byte buf[], int length, InetAddress address, int port) argument
[all...]
H A DMulticastSocket.java39 * and by a standard UDP port number. Class D IP addresses
44 * with the desired port, then invoking the
67 * recipients to that host and port receive the message (within the
71 * When a socket subscribes to a multicast group/port, it receives
72 * datagrams sent by other hosts to the group/port, as do all other
73 * members of the group and port. A socket relinquishes membership
76 * and port concurrently, and they will all receive group datagrams.
116 * Create a multicast socket and bind it to a specific port.
120 * with the <code>port</code> argument
128 * @param port por
136 MulticastSocket(int port) argument
[all...]
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivatable.java65 * specified port.
78 * data, restart mode, and port. Subsequent calls to {@link #getID}
84 * @param port the port on which the object is exported (an anonymous
85 * port is used if port=0)
101 int port)
105 id = exportObject(this, location, data, restart, port);
112 * specified port, and specified client and server socket factories.
125 * data, restart mode, port, an
98 Activatable(String location, MarshalledObject<?> data, boolean restart, int port) argument
148 Activatable(String location, MarshalledObject<?> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) argument
180 Activatable(ActivationID id, int port) argument
211 Activatable(ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) argument
339 exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port) argument
412 exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) argument
478 exportObject(Remote obj, ActivationID id, int port) argument
508 exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIJRMPServerImpl.java57 * on the given port using the given socket factories.</p>
59 * @param port the port on which this object and the {@link
61 * zero, to indicate any available port.
74 * @exception IllegalArgumentException if <code>port</code> is
77 public RMIJRMPServerImpl(int port, argument
85 if (port < 0)
86 throw new IllegalArgumentException("Negative port: " + port);
88 this.port
195 private final int port; field in class:RMIJRMPServerImpl
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpEngineId.java49 * New <CODE>SnmpEngineId</CODE> with an hex string value. Can handle engine Id format &lt;host&gt:&lt;port&gt.
66 * If a string of the format &lt;address&gt;:&lt;port&gt;:&lt;IANA number&gt; has been provided at creation time, this string is returned.
182 * <BR> &lt;address&gt;:&lt;port&gt;:&lt;IANA number&gt;</P>
185 * <li> &lt;address&gt;:&lt;port&gt;:&lt;IANA number&gt
187 * <li> &lt;address&gt;:&lt;port&gt;
190 * <BR> The port 161 will be used to generate the Id. IANA number will be the SUN Microsystems one (42). </li>
191 * <li> :port
194 * <BR> The port 161 and localhost will be used to generate the Id. </li>
195 * <li> :&lt;port&gt;:&lt;IANA number&gt;
198 * <BR> The port 16
351 createEngineId(int port) argument
368 createEngineId(InetAddress address, int port) argument
385 createEngineId(int port, int iana) argument
399 createEngineId(InetAddress addr, int port, int iana) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpIncomingResponse.java53 * Returns the source port.
54 * @return The source port.
96 int port)
93 decodeMessage(byte[] inputBytes, int byteCount, InetAddress address, int port) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DIiopUrl.java43 * address = [version host [":" port]]
46 * port = number
51 * The default port is 9999. The default version is "1.0"
61 * iiop url = "iiop://" [host [":" port]] ["/" string_name]
62 * The default port is 900.
75 public int port = -1; field in class:IiopUrl.Address
81 // [version host [":" port]]
106 // Parse host and port
132 if ( hostPortVers.startsWith(":", start)) { // parse port
134 port
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DDigestClientId.java65 DigestClientId(int version, String hostname, int port, argument
70 super(version, hostname, port, protocol, bindCtls, trace,
H A DLdapURL.java85 init(url); // scheme, host, port, path, query
176 static String toUrlString(String host, int port, String dn, boolean useSsl) argument
184 String p = (port != -1) ? (":" + port) : "";
262 System.out.println(" port: " + url.getPort());
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/url/
H A DUri.java68 * hostport = host [ ":" port ]
70 * port = *digit
111 protected int port = -1; field in class:Uri
159 * Returns the port from the URI's authority part, or -1 if
160 * no port is provided.
163 return port;
205 if (hasAuthority) { // parse "//host:port"
230 uri.startsWith(":", i)) { // parse port
232 port = Integer.parseInt(uri.substring(i, slash));
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DServer.java53 private int port; field in class:Server
94 if (curPort != port) {
102 this.port = curPort;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DNames.java51 public static String getPortName(Port port) { argument
53 (String) port.getProperty(ModelProperties.PROPERTY_JAVA_PORT_NAME);
58 (QName) port.getProperty(
63 String name = stripQualifier(port.getJavaInterface().getName());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DExtendedModelVisitor.java44 for (Port port : service.getPorts()) {
45 preVisit(port);
46 if (shouldVisit(port)) {
47 for (Operation operation : port.getOperations()) {
108 postVisit(port);
115 protected boolean shouldVisit(Port port) { argument
124 protected void preVisit(Port port) throws Exception {} argument
125 protected void postVisit(Port port) throws Exception {} argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DWSDLDocumentVisitor.java67 public void preVisit(Port port) throws Exception; argument
68 public void postVisit(Port port) throws Exception; argument
H A DWSDLDocumentVisitorBase.java99 public void preVisit(Port port) throws Exception { argument
101 public void postVisit(Port port) throws Exception { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DClientSchemaValidationTube.java59 private final WSDLPort port; field in class:ClientSchemaValidationTube
61 public ClientSchemaValidationTube(WSBinding binding, WSDLPort port, Tube next) { argument
63 this.port = port;
64 if (port != null) {
65 String primaryWsdl = port.getOwner().getParent().getLocation().getSystemId();
101 this.port = that.port;
H A DHandlerConfigurator.java61 abstract void configureHandlers(@NotNull WSPortInfo port, @NotNull BindingImpl binding); argument
84 void configureHandlers(@NotNull WSPortInfo port, @NotNull BindingImpl binding) { argument
86 binding.setHandlerChain(resolver.getHandlerChain(port));
105 * it deals with port names, service names, and bindings. All three
126 void configureHandlers(WSPortInfo port, BindingImpl binding) { argument
128 HandlerAnnotationInfo chain = chainMap.get(port);
131 logGetChain(port);
133 chain = handlerModel.getHandlersForPortInfo(port);
134 chainMap.put(port,chain);
141 logSetChain(port,chai
[all...]
H A DPortInfo.java48 * Information about a port.
50 * This object is owned by {@link WSServiceDelegate} to keep track of a port,
51 * since a port maybe added dynamically.
64 * If a port is known statically to a WSDL, {@link PortInfo} may
66 * service was created with the WSDL location and the port is defined
83 public PortInfo(@NotNull WSServiceDelegate owner, @NotNull WSDLPort port) { argument
85 this.targetEndpoint = port.getAddress();
86 this.portName = port.getName();
87 this.bindingId = port.getBinding().getBindingId();
88 this.portModel = port;
[all...]

Completed in 50 milliseconds

1234567891011>>