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

Search list

[Internet-Network运用异步输入输出流编写Socket进程通信

Description: 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin" J2SE1.4 brought some exciting new features, such as the right is a regular expression support, asynchronous input and output streams, channel (Channel), such as character set. Although this version is still in the testing stage, but these new features make the developers who the dismissive. before the publication of the Merlin, asynchronous input and output streams of only C, C programmer in the special weapons Merlin introduced asynchronous input-output mechanisms, Java programmers can also use a lot of it is simple but high-quality code. this article will introduce how to use asynchronous losers into the output stream to the process of preparing Socket Communication Program.
Platform: | Size: 5120 | Author: 陈浩 | Hits:

[JSP/Javachattingroom

Description: 用 TCP/IP协议里的套接字(Socket)编程接口来实现一个聊天室.-using TCP/IP protocol's socket (Socket) programming interfaces to achieve a chat room.
Platform: | Size: 41984 | Author: hj | Hits:

[Internet-Networkmychat

Description: 用java写的网络应用socket的小程序。 一个简单的聊天系统。-Using java web application written in a small socket program. A simple chat system.
Platform: | Size: 1024 | Author: 刘飞 | Hits:

[JSP/Javachatroom

Description: java聊天程序,通过socket编程实现网络通信。在两台机器(在一台机器上也可)上依次启动服务器、客户端;在客户端输入正确的服务器地址后确认连接是否成功,若成功则可以在客户端和服务器之间实现互相收发数据(任何一端都可以是发送端,相应地也可以是接收端),并且都可以用特定字符串控制退出(这里是用bye);同时客户端与服务器应该能实现地检测大对方的运行状态。并且对特定状态作出正确的反应行为。-java chat program, through the socket programming network communications. In the two machines (in one machine can be) in order to start the server, client the client to enter the correct server address to confirm connection is successful, if success can be in the client and server to send and receive data between each other (Any one can be the sending end, can also be a corresponding receiving end), and are able to withdraw from a particular string control (here is a bye) At the same time, client and server should be able to detect large realize each other
Platform: | Size: 3072 | Author: yy | Hits:

[JSP/Javalan

Description: java,局域网聊天程序,有源码,socket,TCP/IP-java, LAN chat program, a source, socket, TCP/IP
Platform: | Size: 12288 | Author: 张勤康 | Hits:

[Ftp ServerJava_Socke183657142005

Description: 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs. All Program Tested in JDK 1.4, and Run Successfully. Do not forget to run server program before starting client program. Developed By: Divyen K Pate-A Java-based Socket procedures prepared to provide a simple FTP functions This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.Knowledge of socket programming, applet, AWT , thread, and IO streams is essential to understand these programs.All Program Tested in JDK 1.4, and Run Successfully.Do not forget to run server program before starting client program.Developed By: Divyen K Pate
Platform: | Size: 46080 | Author: Tony Yau | 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/JavaPro123

Description: 用JAVA编写的多线程TCP SOCKET程序,支持多客户端与服务器通讯,并且是用图形界面显示,里面的CLIENT.java就是客户端,SERVLET.java就是服务器程序,FACE是图形界面程序。-JAVA prepared using multi-threaded TCP SOCKET procedures, support multi-client and server communications, and is displayed using a graphical interface, which is the CLIENT.java client, SERVLET.java is the server program, FACE is a graphical interface program.
Platform: | Size: 35840 | Author: l | Hits:

[ICQ-IM-Chatjava

Description: 基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used to complete JAVA1.6 is in the TCP/IP environment, the achievement of client and server-side program in two parts (Client and Server). That is, first of all, to start the server side, the client request to the server, the server receives a request to provide the corresponding services. When the client has started to connect to the server, client users log on, enter the contents of the client through the server-side with other clients to connect client to enter the chat room to chat, the server-side data and client interaction.
Platform: | Size: 18432 | Author: 高飞 | Hits:

[Browser ClientSocket_Programming

Description: socket programming program server client application on sockets
Platform: | Size: 44032 | Author: samar | Hits:

[JSP/Javalab11

Description: Java program. This progam show Socket Implementation in java
Platform: | Size: 102400 | Author: kremenso | Hits:

[JSP/Javajava-chat-room

Description: 这是一个简单的聊天室程序。基于TCP/IP协议,使用多线程socket通信的编程。注册登陆界面。公聊界面。私聊界面。-This is a simple chat program. Based on TCP/IP protocol, using multi-threaded socket communication programming. Register login screen. Public chat interface. Private Chat interface.
Platform: | Size: 5120 | Author: 兔子 | Hits:

[JSP/Javasocket

Description: 用java编写的socket程序 仅供初学者参考,本程序可以实现服务器和客户端的通讯,以后我会陆续放出带有gui的更完美的版本-Prepared using java socket program only advanced users, this program can be server and client communications in the future I will continue to release more perfect with the gui version
Platform: | Size: 1024 | Author: malong | Hits:

[Internet-NetworkSocket

Description: 网络实验设计报告:Socket下的点对点通信实现采用Java语言编写网络上的点对点的Socket程序。该程序必须能在服务器端实现监听连接请求,客户端实现发送连接请求的功能,在建立连接后进行发送和接收数据的功能:-Experimental Design Network Report: Socket Communication point under the Java language using point to point on the network Socket program. The program must be able to achieve on the server listens for connection requests, the client sends a connection request to achieve the function, in establishing a connection to send and receive data:
Platform: | Size: 13312 | Author: yangting | Hits:

[Internet-NetworkWindowsSocket

Description: Windows下的Socket程序设计 在Windows下实现Socket网络程序需要使用Winsock网络编程接口,应用程序通过调用Winsock的API实现相互间的通信。Winsock的服务是以动态链接库Winsock DLL形式实现的,所以必须先调用WSAStartup函数对Winsock进行初始化,协商Winsock的版本支持,分配必要的资源。 -Under Windows Socket Programming in Windows Socket network program needs to be achieved using Winsock network programming interfaces, an application by calling the Winsock API to achieve inter-communication. Winsock dynamic link library service is implemented as Winsock DLL, so you must first call the WSAStartup function to initialize Winsock, Winsock version negotiation support, allocation of necessary resources.
Platform: | Size: 7168 | Author: 和牧 | Hits:

[JSP/JavaDTU-DATACENTER

Description: GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通过该类调用其他子类。 其中:DataReceiver.java 包括主程序main,以及TCP/IP 接收数据的实现。 DataAnalysis.java 对接受的数据按照既定格式进行拆分 DataBase.java 将数据写入Mysql数据库 DataStructure.java 规定数据格式 TwoThread.java 开启多线程功能 post.java 实现向新浪网备份数据 GetIP.java 获取本机固定IP-GPRS DTU data center source code, you can also use the actual cdma DTU to accept the program written in Java, which, ... \ WSNserver \ src for the source file, ... \ WSNserver \ bin for the executable program. The project file folder opened directly available eclipse for java compiler. Compilation is important to note that the library will be java-mysql placed in C: \ Program Files \ Java \ jre6 \ lib \ ext path. This procedure is only used outside this a Java class libraries. In the source file, DataReceiver.java main classes, the class called by other sub-categories. Of which: DataReceiver.java including the main program main, and TCP/IP implementation to receive data. DataAnalysis.java of the received data in accordance with the established format for split DataBase.java to write data to Mysql database DataStructure.java data format requirements TwoThread.java on multithreading post.java Sina backup data to achieve GetIP.java fix
Platform: | Size: 31744 | Author: 刑名 | Hits:

[Internet-NetworkSocket-Programming

Description: 熟悉Java中基本的Socket编程,掌握基于TCP的常用协议(如SMTP)的客户端程序的设计-Familiar with the basic Socket Programming in Java, to grasp the design of commonly used TCP-based protocol (SMTP) client program
Platform: | Size: 67584 | Author: yc | Hits:

[Internet-NetworkSocket-Programming-Fundamentals

Description: 熟悉 Java 中基本的 Socket 编程,掌握基于 TCP 的常用协议(如 SMTP)的 客户端程序的设计 -Familiar with the basic Socket Programming in Java, to grasp the design of commonly used TCP-based protocol (SMTP) client program
Platform: | Size: 77824 | Author: yc | Hits:

[P2Psocket-program

Description: 通过学习socket套接字原来,采用java语言来实现P2P中的基本网络编程。仅供大家参考学习。-This source code applies the JAVA to realize the basic network program in the P2P networks by using the socket theory.
Platform: | Size: 12288 | Author: 余甜 | Hits:

[JSP/JavaSocketTest-master

Description: it is socket test program in java
Platform: | Size: 1362944 | Author: asdfasdfasdf123 | Hits:
« 12 3 »

CodeBus www.codebus.net