Welcome![Sign In][Sign Up]
Location:
Search - java socket server

Search list

[JSP/Javajava-socket

Description: java中socket通讯源码 包括了客户端和服务器端两部分的源码-java socket communications which includes source client and server part of the two-source
Platform: | Size: 1163 | Author: 王帅 | Hits:

[JSP/Java例10.04 Socket服务器端程序

Description: SOCKET服务器端程序-SOCKET server procedures
Platform: | Size: 4096 | Author: 曹坚 | Hits:

[JSP/JavaServerClient

Description: 一个socket服务器端java源程序-a socket server-side java source
Platform: | Size: 1024 | Author: 苗建杰 | Hits:

[TCP/IP stackTCP Web Server

Description: 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
Platform: | Size: 8192 | Author: 木头 | Hits:

[JSP/JavaSocket转发工具_Oracle

Description: 实现Oracle客户端和Oracle服务器中间转发的Java源代码.*注:使Window下Oracle数据和侦听端口共享,需要在注册HOME0表中加USE_SHARED_SOCKET=TRUE即可-Oracle client and the Oracle server transmitted among Java source code .* Note : Window to enable Oracle data and the interception of port sharing, the need to register HOME0 table increases can USE_SHARED_SOCKET = TRUE
Platform: | Size: 14336 | Author: 钱海兵 | Hits:

[Internet-Network一个socket服务器程序

Description: java写的一个socket服务器程序,参考性极强-wrote a socket server reference to a highly
Platform: | Size: 7168 | Author: ly | Hits:

[Internet-NetworkA Simple socket example

Description: It is a socket server. It accepts a connection from client and prints on the console a message that client writes
Platform: | Size: 53248 | Author: 培育 | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[Communicationjava实现服务器和客户机通讯的的方法

Description: 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a Java ServerSocket socket server and and client communication methods. The principle is established on the server side ServerSocket ports and eavesdropping, reception to the client connection request to establish socket, the socket to be input and output streams. The new Socket client and access input and output streams. Server and client input and output streams used after the establishment of writeLine (), and println () side France each other to send and receive data. To improve code efficiency, the establishment of two categories clientAgent and serverAgent.
Platform: | Size: 6144 | Author: 郑描中 | Hits:

[Internet-NetworkJSocket_Server

Description: 一个Socket Server例子,另外附带java socket参考手册-an example, the other side java socket reference manual
Platform: | Size: 152576 | Author: Solo | Hits:

[JSP/Javajava-socket

Description: java中socket通讯源码 包括了客户端和服务器端两部分的源码-java socket communications which includes source client and server part of the two-source
Platform: | Size: 1024 | Author: 王帅 | Hits:

[Internet-NetworkSocket(ClientServer)

Description: Socket服务器端-客户端程序:客户端链接服务器后,向服务器发送数据;服务器端建立连接后可以接受客户端数据,互相通信-Socket server-side- Client: Client link server, send data to the server server-side connection can accept client data, communicate with each other
Platform: | Size: 6144 | Author: | Hits:

[Internet-NetworkSocket-server

Description: Socket通讯实例服务器端,用java实现,带有详细注释。
Platform: | Size: 3072 | Author: | Hits:

[JSP/Javajavasocket

Description: java socket server,对初学者很好的参考意义,其中的很多socket操作机理已很好的在java编程中得到应用-java socket server, on the significance of a good reference for beginners, many of which socket to operate the mechanism have been very good in java programming has been applied
Platform: | Size: 26624 | Author: 侯正祥 | Hits:

[JSP/JavaJava-QQ

Description: 基于Java的网络聊天程序,用Java Socket实现网络聊天室,分为服务器和客户端两部分,客户端界面实现聊天功能,服务器是信息中心,类似QQ,有注解.-Java-based network chat program, using Java Socket network chat rooms, divided into server and client in two parts, the client chat interface, the server is the information center, similar to QQ, there are comments.
Platform: | Size: 64512 | Author: liuhong | Hits:

[JSP/JavaSocket

Description: 利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
Platform: | Size: 1024 | Author: xinliu | Hits:

[JSP/JavaJava-Socket-email-r

Description: Java Socket邮件接收程序 一、POP3概述 目前的电子邮件基本上都是通过POP3网络协议接收的。根据POP3的规定,当一个电子邮件程序需要接收电子邮件时,该程序同POP3服务程序需要建立起双向的传输通道。-Receive e-mail program for a Java Socket, POP3 e-mail is basically an overview of current network protocols are received through POP3. According to the provisions of POP3, when an e-mail program needs to receive e-mail POP3 server program with the program needs to establish two-way transmission channel.
Platform: | Size: 7168 | Author: 和牧 | Hits:

[androidsocket-server-client-java

Description: android利用socket发送数据到PC,PC端也用socket接收并显示。-android using socket to send data to PC, PC-side socket is also used to receive and display.
Platform: | Size: 46080 | Author: 297470279 | Hits:

[JSP/Javajava-Socket通信

Description: Socket实现服务器端接收通信端口的消息,及向通信端口发送消息。(Socket implements the message received by the server on the communication port and sends the message to the communication port.)
Platform: | Size: 6144 | Author: Chrisbo | Hits:

[Communication-Mobile服务器代码

Description: java socket server用JAVA写的服务器代码,开发环境netbeans,已测试通过(java socket server netbeans)
Platform: | Size: 21504 | Author: 信步 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net