CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - java tcp client

搜索资源列表

  1. KryoNet

    0下载:
  2. KryoNet这个Java类包提供了一套简洁的API来实现高效的,基于TCP和UDP协议的客户端/服务器NIO网络通信。KryoNet可以运行于桌面应用程序和Android平台中。由于KryoNet非常高效,所以特别适用于开发游戏应用程序和进程间通信。-KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communicatio
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:944.65kb
    • 提供者:jingtao
  1. chat-system

    0下载:
  2. java基于tcp的局域网聊天系统,包括服务器与客户端-java tcp-based LAN chat system including server and client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:32.31kb
    • 提供者:Mr zhang
  1. TCPClient

    0下载:
  2. 用于TCP协议模拟客户-服务器网络模式的客户端程序-Used to simulate the client- server network mode client program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-11
    • 文件大小:862byte
    • 提供者:杨春尧
  1. 331_task1

    0下载:
  2. TCP/UDP transmission-connect server and client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-25
    • 文件大小:18.54kb
    • 提供者:me
  1. TCPIP_Chat

    0下载:
  2. A simple TCP chat between server and client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:1.46kb
    • 提供者:pascal
  1. src

    0下载:
  2. 基于TCP/IP.SOCKET的java聊天室客户端和服务器端-Based on TCP/IP.SOCKET the java chat room client and server-side
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:974byte
    • 提供者:曹卓然
  1. TCP

    0下载:
  2. 本程序用java语言编写程序实现了客户服务器的交互功能-This procedure using java programming language to achieve a cross-functional client-server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:1.67kb
    • 提供者:张大中
  1. 1

    0下载:
  2. 基于java的tcp/ip网络编程源代码 Server-Client-Based on java' s tcp/ip network programming source code Server-Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:3.79kb
    • 提供者:姚星乐
  1. TCP_IP

    0下载:
  2. Java code and explanation for creating TCP/IP connection(Client Server Code)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:5.77kb
    • 提供者:manoj kumar
  1. TcpIP

    0下载:
  2. java客户端,服务端TCP/IP通信发送包数据测试-The Java client, server-side TCP/IP communication transmission packet data test
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:14.7kb
    • 提供者:张二丑
  1. ReadWrite

    0下载:
  2. ‘强读’的TCP实现。利用TCP协议实现服务器与客户端的通信,客户端拥有读写功能,其中读操作的优先级高于写操作。每一个客户都用一个线程处理,利用wait(),notify()方法实现‘强读’。本文件是典型java通信实例,有助于了解多线程和TCP通信的机制。-‘Strong reading&’TCP implementation. Server using TCP protocol to communicate with the client, the client has read and w
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:4.05kb
    • 提供者:Pengcheng Li
  1. TCPClient

    0下载:
  2. TCP Server and TCP Client which use socket programming with java langhage.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:717byte
    • 提供者:zzzzwww
  1. TCP

    0下载:
  2. Java语言中采用的Socket通信是一种流式套接字通信,它采用TCP协议,通过提供面向连接的服务,实现客户/服务器之间双向、可靠的通信。-Socket communication using the Java language is a stream socket communication, which uses the TCP protocol, by providing a connection-oriented service, two-way, reliable communicat
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-10
    • 文件大小:6.19kb
    • 提供者:袁琴
  1. SampleSocket_TCPPUDP_Client-Server

    0下载:
  2. A good Java Socket TCP+UDP Client+Server.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:101.96kb
    • 提供者:Gabriel
  1. javaServerClient

    0下载:
  2. 入门的Java基于TCP/IP协议的Server/Client的C/S模型,并附有报告说明,详细可见报告-The entry of the Java C/S model of TCP/IP protocol based on Server/Client, and with the report stated that, with visible Report
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-16
    • 文件大小:249.05kb
    • 提供者:黄敏龙
  1. TCPsocket

    0下载:
  2. 一个入门级的TCP客户端和服务器端的Java socket 通信源码-An entry-level TCP client and server-side Java socket communication source
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:4.93kb
    • 提供者:zhao
  1. socket

    0下载:
  2. 用于实现Java中TCP/IP协议中sever端与client端的通信,对java初学者认识socket编程有很大的帮助。-Java is used for communication in TCP/IP protocol and the client side of the sever end, understanding for beginners java socket programming of great help.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:1.76kb
    • 提供者:
  1. TCP-Client-Test

    0下载:
  2. 需要一个用来测试JAVA服务器连接及数据处理能力的客户端压力测试工具,网上找了很久没找到合适的; 花了半天写了个,很久没写Delphi程序,手生了!-A need to test the JAVA server connection and data processing capabilities of the client stress testing tool, the Internet looking for a long time could not find the right
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-29
    • 文件大小:378.68kb
    • 提供者:尚文
  1. tcpclient-server

    0下载:
  2. Tcp client server communication using Java The client–server model is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1]
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:516byte
    • 提供者:Anu joy
搜珍网 www.dssz.com