资源简介
代码片段和文件信息
package org.java_websocket;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.NotYetConnectedException;
import org.java_websocket.drafts.Draft;
import org.java_websocket.framing.framedata;
import org.java_websocket.framing.framedata.Opcode;
public interface WebSocket {
public enum Role {
CLIENT SERVER
}
public enum READYSTATE {
NOT_YET_CONNECTED CONNECTING OPEN CLOSING CLOSED;
}
/**
* The default port of WebSockets as defined in the spec. If the nullary
* constructor is used DEFAULT_PORT will be the port the WebSocketServer
* is binded to. Note that ports under 1024 usually require root permissions.
*/
public static final int DEFAULT_PORT = 80;
public static final int DEFAULT_WSS_PORT = 443;
/**
* sends the closing h
- 上一篇:jsp 点餐系统 源码(含数据库)
- 下一篇:JAVA 论坛完整(含数据库)
相关资源
- 安卓图表引擎AChartEngine
- android 自定义Switch控件 (兼容低版本
- android SDK 离线版chm文档(含大量)
- android listview实现复选框(checkboxlist)
- android activity 切换效果
- android 自定义头部悬浮 StickListView
- Android_API 类chm文档(中文版)
- android手势滑动关闭activity
- AdXmpp(Openfire+asmack+spark)源码
- android service 服务 入门
- C# 仿360安全卫士界面源码(去闪烁)
- android httpclient asynctask demo
- Spring2.5-中文参考手册
- 图片加载类源码httpcomponents-client-4.5
- Android-Image-Cache 图片缓存 类库
- RecyclerView 下拉刷新
- com.android.camera(as源码)照相机
- Android 触碰NFC标签打开设置的应用(物
- C# 录制视频并保存成avi文件
- baidupcs-web源码
- Kotlin in Action.pdf
- Android万能上拉下拉刷新框架--XRefres
- RecyclerView 绑定图文列表入门级
- 基于VpnService的二次开发
- 文件socket上传okhttpUpLoader
- mysql分页的六种方法.docx
- 简易C语言航空订票系统
- 简单刷题APP题库是Excel源码包含单选和
- html+css网页设计源代码
- Qt编写TCP通讯程序详细教程及代码客户
评论
共有 条评论