Searched defs:port (Results 276 - 300 of 397) sorted by relevance

<<111213141516

/openjdk7/jdk/src/share/classes/java/net/
H A DURL.java60 * A URL can optionally specify a "port", which is the
61 * port number to which the TCP connection is made on the remote host
62 * machine. If the port is not specified, the default port for
63 * the protocol is used instead. For example, the default port for
64 * <code>http</code> is <code>80</code>. An alternative port could be
108 * the protocol, host name, or port number is missing, the value is
166 * The protocol port to connect to.
169 private int port = -1; field in class:URL
223 * <code>protocol</code>, <code>host</code>, <code>port</cod
299 URL(String protocol, String host, int port, String file) argument
367 URL(String protocol, String host, int port, String file, URLStreamHandler handler) argument
663 set(String protocol, String host, int port, String file, String ref) argument
700 set(String protocol, String host, int port, String authority, String userInfo, String path, String query, String ref) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectorServer.java652 final int port;
654 port = 0;
656 port = address.getPort();
660 return newJRMPServer(attributes, port);
674 final int port;
682 port = 0;
686 port = address.getPort();
691 address = new JMXServiceURL(protocol, host, port, urlPath);
754 private static RMIServerImpl newJRMPServer(Map<String, ?> env, int port) argument
760 return new RMIJRMPServerImpl(port, cs
[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>
220 * @param port UDP port to use in order to calculate the engine ID.
227 int port) throws UnknownHostException {
231 engineid = SnmpEngineId.createEngineId(address, port);
249 * <li> If not, The passed port is used to compute one.</li>
254 * @param port UDP port to use in order to calculate the engine ID.
259 int port) throws UnknownHostException {
263 engineid = SnmpEngineId.createEngineId(port);
224 SnmpEngineImpl(SnmpEngineFactory fact, SnmpLcd lcd, InetAddress address, int port) argument
257 SnmpEngineImpl(SnmpEngineFactory fact, SnmpLcd lcd, int port) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DConnection.java83 * host, port - unsync; read-only access for StartTLS and debug messages
122 final public int port; // used by LdapClient for generating exception messages field in class:Connection
184 Connection(LdapClient parent, String host, int port, String socketFactory, argument
188 this.port = port;
195 traceTagIn = "<- " + host + ":" + port + "\n\n";
196 traceTagOut = "-> " + host + ":" + port + "\n\n";
203 sock = createSocket(host, port, socketFactory, connectTimeout);
206 System.err.println("Connection: opening socket: " + host + "," + port);
217 new CommunicationException(host + ":" + port);
240 createInetSocketAddress(String host, int port) argument
277 createSocket(String host, int port, String socketFactory, int connectTimeout) argument
[all...]
H A DLdapPoolManager.java294 static LdapClient getLdapClient(String host, int port, String socketFactory, argument
311 id = new ClientId(version, host, port, protocol,
317 id = new SimpleClientId(version, host, port, protocol,
323 id = new DigestClientId(version, host, port, protocol,
329 new LdapClientFactory(host, port, socketFactory, connTimeout,
H A DLdapSchemaCtx.java392 private int port; field in class:LdapSchemaCtx.SchemaInfo
400 this.port = schemaEntry.port_number;
414 return new LdapCtx(schemaEntryName, host, port,
/openjdk7/jdk/src/share/classes/com/sun/jndi/rmi/registry/
H A DRegistryContext.java52 private int port; field in class:RegistryContext
64 * Returns a context for the registry at a given host and port.
66 * If "port" is non-positive, uses default port.
70 public RegistryContext(String host, int port, Hashtable env) argument
85 registry = getRegistry(host, port, socketFactory);
87 this.port = port;
100 port = ctx.port;
387 getRegistry(String host, int port, RMIClientSocketFactory socketFactory) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java105 * Finally return "hostname:port", "ipv4-address:port" or
106 * "[ipv6-address]:port".
208 int port;
210 port = Integer.decode(portStr).intValue();
213 "unable to parse port number in address");
219 InetSocketAddress sa = new InetSocketAddress(host, port);
244 * Listen on the specified address and port. Return a listener
247 ListenKey startListening(String localaddress, int port) throws IOException { argument
250 sa = new InetSocketAddress(port);
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DSeiGenerator.java84 private void write(Port port) { argument
85 JavaInterface intf = port.getJavaInterface();
99 (QName) port.getProperty(
103 PortType pt = port.portTypes.get(portTypeName);
131 writeWebServiceAnnotation(port, webServiceAnn);
134 writeHandlerConfig(Names.customJavaTypeClassName(port.getJavaInterface()), cls, options);
137 writeSOAPBinding(port, cls);
143 for (Operation operation: port.getOperations()) {
402 private void writeSOAPBinding(Port port, JDefinedClass cls) { argument
404 isDocStyle = port
433 writeWebServiceAnnotation(Port port, JAnnotationUse wsa) argument
460 visitPort(Service service, Port port) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DModelBuilder.java47 public void setPort(Port port); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DClassNameCollector.java89 protected void processPort11x(Port port){ argument
90 QName wsdlBindingName = (QName) port.getProperty(
95 registerClassName(port.getJavaInterface().getName());
97 registerClassName((String) port.getProperty(
99 registerClassName((String) port.getProperty(
103 protected void preVisit(Port port) throws Exception { argument
104 QName portTypeName = (QName)port.getProperty(ModelProperties.PROPERTY_WSDL_PORT_TYPE_NAME);
108 //in 2.0, stub/tie class are binding agnostic so they should be per port, that is multiple
109 // bindings can share the same port
111 addSEIClassName(port
119 postVisit(Port port) argument
132 shouldVisit(Port port) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsgenTool.java294 ReportOutput.writeQName(rtModel.getPortName(), report.port());
325 QualifiedName port(); method in interface:WsgenTool.ReportOutput.Report
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DMessage.java257 * This represents the port for which this message is used.
283 public final @Nullable WSDLBoundOperation getOperation(@NotNull WSDLPort port) { argument
284 return getOperation(port.getBinding());
334 * {@code getOperation(port).getOperation().isOneWay()}
339 * @param port
351 public boolean isOneWay(@NotNull WSDLPort port) { argument
354 WSDLBoundOperation op = getOperation(port);
376 * is doing {@code getOperation(port).getOperation().isOneWay()},
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DWSDLParserExtension.java152 public void portAttributes(WSDLPort port, XMLStreamReader reader) { argument
156 public boolean portElements(WSDLPort port, XMLStreamReader reader) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/writer/
H A DWSDLGeneratorExtension.java111 * This method is invoked so that extensions to a <code>wsdl:port</code>
114 * @param port This is the wsdl:port element that the extension can be added to.
116 public void addPortExtension(TypedXmlWriter port) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DStub.java198 * Creates a new pipeline for the given port name.
227 private static void checkAllWSDLExtensionsUnderstood(WSPortInfo port, WSBinding binding) { argument
228 if (port.getPort() != null && binding.isFeatureEnabled(RespectBindingFeature.class)) {
229 ((WSDLPortImpl) port.getPort()).areRequiredExtensionsUnderstood();
248 * Gets the port name that this stub is configured to talk to.
250 * When {@link #wsdlPort} is non-null, the port name is always
252 * returns a port name even if no WSDL is available for this stub.
261 * but this method returns a port name even if no WSDL is available for
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DDispatchImpl.java97 * @param port dispatch instance is asssociated with this wsdl port qName
104 protected DispatchImpl(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, @Nullable WSEndpointReference epr) { argument
105 super(owner, pipe, binding, (owner.getWsdlService() != null)? owner.getWsdlService().get(port) : null , owner.getEndpointAddress(port), epr);
106 this.portname = port;
491 public static Dispatch<Source> createSourceDispatch(QName port, Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) { argument
493 return new RESTSourceDispatch(port,mode,owner,pipe,binding,epr);
495 return new SOAPSourceDispatch(port,mode,owner,pipe,binding,epr);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerTube.java50 protected final @Nullable WSDLPort port; field in class:HandlerTube
58 public HandlerTube(Tube next, WSDLPort port) { argument
60 this.port = port;
67 this.port = cousinTube.port;
69 this.port = null;
81 this.port = that.port;
279 if (port !
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DWSEndpointImpl.java88 private final WSDLPort port; field in class:WSEndpointImpl
116 Container container, SEIModel seiModel, WSDLPort port,
126 this.port = port;
143 this.operationDispatcher = (port == null) ? null : new OperationDispatcher(port, binding, seiModel);
145 context = new ServerPipeAssemblerContext(seiModel, port, this, terminalTube, isSynchronous);
159 wsdlProperties = (port==null) ? null : new WSDLProperties(port);
163 if (port !
115 WSEndpointImpl(@otNull QName serviceName, @NotNull QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, @Nullable ServiceDefinitionImpl serviceDef, InvokerTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DDelegatingParserExtension.java59 public void portAttributes(WSDLPort port, XMLStreamReader reader) { argument
60 core.portAttributes(port, reader);
63 public boolean portElements(WSDLPort port, XMLStreamReader reader) { argument
64 return core.portElements(port, reader);
H A DWSDLParserExtensionFacade.java83 public boolean portElements(WSDLPort port, XMLStreamReader reader) { argument
85 if(e.portElements(port,reader))
91 ((WSDLPortImpl)port).addNotUnderstoodExtension(reader.getName(),getLocator(reader));
118 public void portAttributes(WSDLPort port, XMLStreamReader reader) { argument
120 e.portAttributes(port,reader);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DCUPSfuncs.c160 * Gets CUPS port name.
167 int port = j2d_ippPort(); local
168 return (jint) port;
180 jint port)
185 http_t *http = j2d_httpConnect(serverName, (int)port);
177 Java_sun_print_CUPSPrinter_canConnect(JNIEnv *env, jobject printObj, jstring server, jint port) argument
/openjdk7/jdk/src/windows/classes/java/net/
H A DDualStackPlainDatagramSocketImpl.java137 protected void connect0(InetAddress address, int port) throws SocketException { argument
143 socketConnect(nativefd, address, port);
270 private static native void socketConnect(int fd, InetAddress address, int port) argument
285 InetAddress address, int port, boolean connected) throws IOException;
284 socketSend(int fd, byte[] data, int offset, int length, InetAddress address, int port, boolean connected) argument
H A DDualStackPlainSocketImpl.java70 void socketConnect(InetAddress address, int port, int timeout) argument
79 connectResult = connect0(nativefd, address, port);
83 connectResult = connect0(nativefd, address, port);
92 * We need to set the local port field. If bind was called
100 void socketBind(InetAddress address, int port) throws IOException { argument
106 bind0(nativefd, address, port, exclusiveBind);
107 if (port == 0) {
110 localport = port;
146 /* Update socketImpls remote port, address and localport */
148 s.port
[all...]
H A DTwoStacksPlainDatagramSocketImpl.java201 protected native void connect0(InetAddress address, int port) throws SocketException; argument

Completed in 64 milliseconds

<<111213141516