CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - A Client-Server java Sockets
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - A Client-Server java Sockets - List
[
Other
]
wssf
DL : 0
JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client / server (C / S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Date
: 2008-10-13
Size
: 53.45kb
User
:
乔峰
[
Other
]
wssf
DL : 0
JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Date
: 2025-07-15
Size
: 53kb
User
:
乔峰
[
ICQ-IM-Chat
]
sockets
DL : 0
用java实现的非常小巧的sockets程序,分server和client,只实现基本的响应功能。-Using java to achieve a very compact sockets procedures, sub-server and client, only the realization of the basic response function.
Date
: 2025-07-15
Size
: 3kb
User
:
bean
[
JSP/Java
]
ClienteTeste
DL : 0
Client that uses sockets to communicate
Date
: 2025-07-15
Size
: 3kb
User
:
jota
[
Web Server
]
Beginner_H178933932004
DL : 0
This is used to show a developer how to use and build Client / Server app s by using Sockets. This is very basic, and doesn t go over using UDP. -This is used to show a developer how to use and build Client/Server app s by using Sockets. This is very basic, and doesn t go over using UDP.
Date
: 2025-07-15
Size
: 15kb
User
:
nechifor
[
JSP/Java
]
qddown_java8543535625
DL : 0
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Socket (TCP) connection. In java using sockets is quite simple, Java API for handling the communication socket to provide a class java.net.Socket., To make writing Web applications easier. Server uses multiple threads to meet the multi-user s request, and back through the JDBC database connection, and by creating a ServerSocket object to listen for connection requests from clients, the default port is 8080, then an infinite loop calling accept () method to accept client program link
Date
: 2025-07-15
Size
: 882kb
User
:
yessky
[
Internet-Network
]
MultiThreaded_Socket_Server_Client
DL : 0
A working examples of multi threaded server and client application using java sockets. each time a client tries to connect to server, a new thread is started to handle the client. it is a application to draw on a board by all the clients connected to the server.
Date
: 2025-07-15
Size
: 52kb
User
:
Ganesh Tiwari
[
JSP/Java
]
NetworkService1.0.0.1_2
DL : 0
A Java class library for networking applications using Java sockets & threads. From simple listener classes to skeletons for building server & client applications, This library aims to take care of all socket programming & multithreading you need.
Date
: 2025-07-15
Size
: 228kb
User
:
jme
[
JSP/Java
]
Ejercicio1
DL : 0
an examples of the use of sockets in java witha a client and a server, described line by line
Date
: 2025-07-15
Size
: 2kb
User
:
nanavt
[
JSP/Java
]
JavaSockets_knock
DL : 0
A simple Client and Server base on Java Sockets. A beginners tutorial to understand how sockets work along with IO streams.
Date
: 2025-07-15
Size
: 9kb
User
:
bilal
[
JSP/Java
]
MultiThreadChatClient
DL : 0
This the server and the client program thatI wrote basically it gives u a good understanding of how sockets work in java credit to Author: Mohammed Alfaaz -This is the server and the client program thatI wrote basically it gives u a good understanding of how sockets work in java credit to Author: Mohammed Alfaaz
Date
: 2025-07-15
Size
: 17kb
User
:
asuw
[
JSP/Java
]
MultiThreadChatServer
DL : 0
This the server and the client program thatI wrote basically it gives u a good understanding of how sockets work in java credit to Mohammed Alfaaz -This is the server and the client program thatI wrote basically it gives u a good understanding of how sockets work in java credit to Mohammed Alfaaz
Date
: 2025-07-15
Size
: 18kb
User
:
asuw
[
JSP/Java
]
socket
DL : 0
这个程序是java中socket通信的基础,分为服务器端和客户端,进行socket通信,传输文件。-This java program is a base socket communication program that contains server and client. It implements the function of transfering a file by sockets.
Date
: 2025-07-15
Size
: 7kb
User
:
盛权
[
JSP/Java
]
network_IP
DL : 0
IP implementation for Java. With these files you can easily use IP sockets with a java server or client.
Date
: 2025-07-15
Size
: 3kb
User
:
Titiyo
[
Web Server
]
Ding-1.6.3
DL : 0
Ding Framework是一个PHP框架,实现了依赖注入、AOP面向方面编程、轻量级、简单和快速的MVC模式,syslog、TCP客户端和服务器端非阻塞的套接字、定时器、自定义错误、信号以及异常处理、PAGI 集成、PAMI集成等等,类似Java的Spring框架。-Ding Framework is a PHP framework to achieve a dependency injection, AOP aspect-oriented programming, lightweight, simple and fast MVC pattern, syslog, TCP client and server-side non-blocking sockets, timers, custom errors, signal and exception handling, PAGI integration, PAMI integration and so on, similar to the Java Spring framework.
Date
: 2025-07-15
Size
: 434kb
User
:
李东林
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.