In this case, eXist will run under the same socket port as your servlet engine.
在这种情况下,eXist将在与servlet引擎相同的套接字端口上运行。
The operations provided or required via a port can be captured using the lollipop and socket notation.
可以使用棒棒糖和插座符号通过一个端口来获得提供的操作与需要的操作。
If you know only the port, use the -i parameter to search using socket information.
如果您只知道相应的端口,那么可以使用- i参数利用套接字信息进行搜索。
The server end of the socket is created on the machine where the server application is running and given a port, and it then listens on this port for a connection from a client application.
套接字的服务器端是在运行服务器应用程序的机器上创建的,服务器应用程序获得一个端口并在该端口上侦听来自客户端应用程序的连接。
The client end of the socket is created on the machine where the client application is running and given a port, and it then listens on this port for a connection from a server application.
套接字的客户机端在运行客户端应用程序的机器上创建,该客户端应用程序获得一个端口并在该端口上侦听来自服务器应用程序的连接。
This message is sufficient if you have access to the code that's creating the socket and can see from the code which hostname and port are being used.
如果您有创建这个套接字的代码,并且您能够看到代码所使用的主机名和端口,那么这个消息就已经足够。
Any overlapped operations performed on the socket will use the completion port for notification.
在这个套接字上进行的任何重叠操作都将通过完成端口发出完成通知。
If there's already a listening socket on a port, then the state of the socket is changed to listen.
如果端口上已存在侦听的套接字,则将套接字的状态更改为LISTEN。
You can apply the SO_REUSEADDR socket option to the socket, such that the port can be reused immediately.
可以给套接字应用SO_REUSEADDR套接字选项,以便端口可以马上重用。
In the example the script named agent_config.sh will be executed at deployment time taking as inputs the host name and port published by the socket.
在这个示例中,在部署时将执行脚本agent_config . sh,以插座发布的主机名和端口作为输入参数。
The SocketSection describes the information published by the socket, specifically the host name and the port needed by the agent/plug.
SocketSection描述插座发布的信息,也就是代理/插头所需要的主机名和端口。
If you're not interested in IPv4, you can change the filter to 6:25 to refer to an IPv6 socket listening on port 25, or simply 6 to mean all IPv6 connections.
如果您对IPv 4不感兴趣,那么可以将筛选器改为6:25,以表示监听端口25的IPv6套接字,或者直接使用6表示所有的IPv 6连接。
You can use the bind API function to bind an address (an interface and a port) to a socket endpoint.
您可以使用bindapi函数来绑定一个地址(一个接口和一个端口)到一个套接字端点。
Once a completion port is created, the association of a socket with the completion port can be done by calling the function CreateIoCompletionPort in the following way.
一旦创建了完成端口,通过调用CreateIoCompletionPort函数可以将一个套接字和完成端口进行绑定,像下面的方法。
Within the switch statement of the tcp_usrreq function, the case for PRU_LISTEN checks if the socket is bound to the port.
在tcp_usrreq函数的切换语句中,PRU_LISTEN的实例检查套接字是否绑定到端口。
A socket may be associated with a completion port at any point after creation.
而套接字在被创建后,可以在任何时候与某个完成端口进行关联。
The last housekeeping job is to bind to a server socket on the desired port number.
最后一个内部处理作业是以期望端口号绑定到服务器套接字上。
Listing 2 shows an example of how to launch a VM in debug mode and listen for a socket connection at port 8765.
清单2是一个示例,显示如何在调试模式下启动VM并监听端口8765的套接字连接。
The address of a socket is a combination of the host's IP address (or hostname) plus a port number.
套接字的地址由主机的IP地址(或主机名)和端口号组成。
A convenient way to find a free port is to pass in a null address, which automatically binds the socket to the local host address and USES a free ephemeral port.
找到空闲端口的便利方法是传递一个null地址,它会自动将套接字绑定到本地主机地址,并使用空闲的临时端口。
The switch case in the tcp_usrreq function checks for the binding of a local port with the socket.
tcp_usrreq函数中的切换实例检查套接字与本地端口的绑定。
Searchd communicates to applications through a socket connection on port 3312.
Searchd将在端口3312上通过套接字连接与应用程序进行通信。
URIClient will strip off the parameters (i.e., claim=25222) and will attempt to make a socket connection to the URIServer at a port number known to the client and server.
URIClient将移除参数(即,claim=25222)并将尝试在客户机和服务器已知的端口号上建立与URIServer 之间的套接字连接。
Connects this socket to the specified port number on the specified host.
将套接字连接到指定主机的指定端口。
Binds this socket to the specified port number on the specified host.
将套接字绑定到指定的端口和地址。
Connects this socket to the specified port on the named host.
将套接字连接到指定名称主机的指定端口。
Expansion port: Any socket on the out side of a computer through which an additional processor, extra memory or a peripheral can be connected.
扩展口:在电脑外面,用来接驳另一部处理机、额外存储器或外圈部件的任何插座。
Client, use the Socket on one server on the network a port for a connection request, once the connection is successful, open the session session is complete, close the Socket.
客户端,使用Socket对网络上某一个服务器的某一个端口发出连接请求,一旦连接成功,打开会话;会话完成后,关闭Socket。
Creates a socket address from a hostname and a port number.
根据主机名和端口号创建一个套接字地址。
Creates a socket address from an IP address and a port number.
根据IP地址和端口号创建一个套接字地址。
应用推荐