代码搜索结果
找到约 33,168 项符合
Protocol 的代码
protocol.java
package chat.trans;
public interface Protocol {
String SERVER_IP ="127.0.0.1";
int SERVER_PORT = 8888;
char USER_LOGIN_MSG = '1';
char USER_REGISTER_MSG = '2';
char CHAT_MSG = '3';
cha
protocol.java
/*
* @(#)Protocol.java 1.117 02/10/14 @(#)
*
* Copyright (c) 1999-2002 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms.
*/
package com.
protocol.java
/*
* @(#)Protocol.java 1.25 02/09/20 @(#)
*
* Copyright (c) 2001-2002 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms.
*/
package com.s
protocol.java
/*
* @(#)Protocol.java 1.22 02/09/20 @(#)
*
* Copyright (c) 1999-2002 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms.
*/
package com.s
protocol.java
/*
* @(#)Protocol.java 1.13 02/10/14 @(#)
*
* Copyright (c) 2001-2002 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms.
*/
package com.s
protocol.java
/*
* @(#)Protocol.java 1.34 02/10/04 @(#)
*
* Copyright (c) 2000-2002 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms.
*/
package com.s
protocol.java
/*
* @(#)Protocol.java 1.52 02/10/14 @(#)
*
* Copyright (c) 1999-2002 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms.
*/
package com.s
protocol.h
/* Driver for USB Mass Storage compliant devices
* Protocol Functions Header File
*
* $Id: protocol.h,v 1.4 2001/02/13 07:10:03 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1
protocol.c
/* Driver for USB Mass Storage compliant devices
*
* $Id: protocol.c,v 1.11 2002/01/13 06:40:25 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1999, 2000 Matthew Dharm (mdharm-u
protocol.h
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user leve