Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - serversocket
Search - serversocket - List
java网络编程 等待客户端的连接请求,等待时程序阻塞接收单个字符接收整行数据-import java.io.BufferedReader import java.io.InputStream import java.io.InputStreamReader import java.io.OutputStream import java.net.ServerSocket import java.net.Socket
Update : 2024-04-29 Size : 1024 Publisher : javaboy

DL : 0
能够完成多线程的用户聊天程序。使用ServerSocket、Socket完成服务端和客户端的连接。服务端使用多线程的方式可以接受多个客户端。-Able to complete the multi-threaded user chat program. Use ServerSocket, Socket server and client to complete the connection. Server to use multiple threads, can accept multiple clients.
Update : 2024-04-29 Size : 70656 Publisher : alone

模拟 tcp连接,利用serversocket 和socket 实现dos窗口下 的tcp连接 学习中-simulate TCP link use serverSocket and Socket to realize tcp link in the dos windows
Update : 2024-04-29 Size : 1024 Publisher : 刘海

DL : 0
该程序用于实现实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。 -The program used to implement to achieve the GET request method of Web server program, by creating ServerSocket class object, monitor port 8080 waiting to receive client connections to port 8080 create a word associated with the socket input stream and output stream then , read the client request information, if the request type is GET, request information from the visit to get the HTML file name, if the HTML file exists, then open the HTML file, the HTTP header information and the HTML file content returned by socket to the Web browser, then close the file. Otherwise, an error message sent to Web browser. Finally, close the Web browser with the corresponding socket connection word.
Update : 2024-04-29 Size : 5120 Publisher : 欧阳馨

Socket编程实例,包括客户端和服务器端程序-serverSocket
Update : 2024-04-29 Size : 1024 Publisher : 王明

服务器,使用ServerSocket监听指定的端口,端口可以随意指定(由于1024以下的端口通常属于保留端口,在一些操作系统中不可以随意使用,所以建议使用大于1024的端口),等待客户连接请求,客户连接后,会话产生;在完成会话后,关闭连接-Server, using the specified port ServerSocket listening, you can optionally specify the port (usually port as 1024 the following ports are reserved, in some operating systems can not be free to use, it is proposed to use ports greater than 1024), waiting for client connection requests, the customer connection, the session produced in the completion of the session, close connection
Update : 2024-04-29 Size : 2048 Publisher : lavey

chat server using c sharp language
Update : 2024-04-29 Size : 1024 Publisher : sobiedat

DL : 0
关于网络编程的源代码,分别写了DatagramSocket与DatagramPacket、Socket与ServerSocket、URL与URLConnection等还包括javaeeJar包-On network programming source code, written, respectively, DatagramSocket and DatagramPacket, Socket and ServerSocket, URL and URLConnection other packages also include javaeeJar
Update : 2024-04-29 Size : 890880 Publisher : 王勇欣

Socket实现通信的实例,简单实现了通信。-Communicate examples with Socket
Update : 2024-04-29 Size : 29696 Publisher : JEAMY

DL : 0
Socket的概念、功能、类等介绍。还包括实例讲解。Socket异常,ServerSocket的基本流程。-Socket concepts, functions, etc. introduction. Also includes examples to explain. Socket exception, ServerSocket the basic process.
Update : 2024-04-29 Size : 175104 Publisher : 郭颖

serverSocket 多线程侦听client-serverSocket MulitThread client
Update : 2024-04-29 Size : 4096 Publisher : 曹刘飞

采用Socket通信实现的聊天室程序。ServerSocket:提供TCP连接服务;Socket:实际通信的两端的对象。-Socket communication using chat rooms to achieve the program. ServerSocket: TCP connection to provide services Socket: communication at both ends of the actual object.
Update : 2024-04-29 Size : 7168 Publisher : 幽幽

ClientSocket 和ServerSocket实现的远程控制。-ClientSocket and ServerSocket to achieve the remote control.
Update : 2024-04-29 Size : 548864 Publisher : 寻欢

DL : 0
客户端/服务器架构采用基于TCP的通信协议,通过serverSocket和server类得方法,实现服务器端和客户端的通信代码并实现基于c/s架构通信的功能-Client/server architecture based on TCP communication protocol, and server classes get through serverSocket methods, server-side and client-based communications code and c/s architecture communication features
Update : 2024-04-29 Size : 10240 Publisher : 南木

一组ClientSocke和ServerSocket文件传输例子,从ClientSockea上传到ServerSocket。点对点传输-failed to translate
Update : 2024-04-29 Size : 312320 Publisher : 博士

DL : 0
一个用J2ME编写的简单的实现手机上网通信功能的小程序。-A simple written with J2ME implementation of the first mobile Internet communication programs.
Update : 2024-04-29 Size : 15360 Publisher : 张杰

JSP/Javaqq
DL : 0
基于java的qq聊天室的设计 主要是模仿qq做的 使用socket 和serversocket-Qq java-based chat rooms are primarily designed to imitate the use of socket and qq do serversocket
Update : 2024-04-29 Size : 1734656 Publisher : liufeng

DL : 0
客户端,使用Socket对网络上某一个服务器的某一个端口发出连接请求,一旦连接成功,打开会话;会话完成后,关闭Socket。客户端不需要指定打开的端口,通常临时的、动态的分配一个1024以上的端口。 服务器,使用ServerSocket监听指定的端口,端口可以随意指定(由于1024以下的端口通常属于保留端口,在一些操作系统中不可以随意使用,所以建议使用大于1024的端口),等待客户连接请求,客户连接后,会话产生;在完成会话后,关闭连接。 -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. Clients do not need to specify the port to open, usually temporary, dynamically allocate a port above 1024. Server, use ServerSocket listen on the specified port, the port can specify (usually because ports below 1024 are reserved ports, in some operating systems can not be free to use, it is recommended to use a port greater than 1024), waiting for client connection request, the client connection, the session produced in the session is finished, close the connection.
Update : 2024-04-29 Size : 2048 Publisher : 王娟

DL : 0
用Java实现Web服务器 实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字- a basic Web Server written in java
Update : 2024-04-29 Size : 361472 Publisher : fannie

自制的的flash socket服务器,采用正则表达式-failed to translate
Update : 2024-04-29 Size : 9216 Publisher : djoy
« 1 2 3 4 5 67 8 9 10 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.