"Websocket" is not found on TREX in Japanese-English direction
Try Searching In English-Japanese (Websocket)

Low quality sentence examples

WebSocketオブジェクトのメソッドは次のとおり。
The methods of the WebSocket object are as follows.
Daphneおよびrunworkerサービスが再起動されるまで、新しいwebsocket接続で502エラーが発生するというデッドロックのシナリオを修正。
Fixed a deadlock scenario where new websocket connections would get 502's until daphne and runworker services were restarted.
された信頼性の高いWebSocketAPI。
Well designed reliable websockets API for the robots.
WebSocket.readyState読取専用接続の現在の状態。
WebSocket. readyState Read only The current state of the connection.
WebSocket.url読取専用WebSocketの絶対URL。
WebSocket. url Read only The absolute URL of the WebSocket..
WebSocketプロトコルはサポートされていません。
The WebSocket protocol is supported.
このヘッダはWebSocketopeningハンドシェイクにおいてのみ利用される。
This header field is only used for the WebSocket opening handshake.
これが、WebSocketProtocolが提供するものである。
This is what the WebSocket Protocol provides.
Upgrade:websocket-リクエストされたプロトコルは“websocket”です。
Upgrade: websocket- the requested protocol is“websocket.
WebSocket接続を開くには、単にWebSocketコンストラクタを呼び出します。
You open up a WebSocket connection simply by calling the WebSocket constructor.
ユーザーエージェントが"WebSocketコネクション確立"アルゴリズムにおいて、サーバーの応答の妥当性を検証するとき、サーバーから受信したステータス・コードが101(リダイレクトなど)でなければ、ユーザーエージェントはwebsocketコネクションを失敗としなければいけません。
When the user agent validates the server's response during the"establish a WebSocket connection" algorithm, if the status code received from the server is not 101(e.g. it is a redirect), the user agent must fail the WebSocket connection.
このプラグインは、ストアだけを引数として受け取り、外部への永続化、ロギング、デバッギングのために、ミューテーションを監視するか、または、websocketやobservableのような外から渡されるデータのためにミューテーションをディスパッチします。
The plugin simply receives the store as the only argument and can either listen to mutations(for outbound data persistence, logging, or debugging) or dispatch mutations(for inbound data e.g. websockets or observables.
WebSocketセッションの開始この課題では、WebSocketセッションを開始するJavaScriptファイルを作成します。
Initiate the WebSocket Session In this exercise you will create a JavaScript file that will initiate a WebSocket session.
Socket.ioとwebsocketの違い。
Differences between socket. io and websockets.
受け入れられた各websocketをclients。
For each accepted websocket, add it to the set clients.
WebSocketに関するサーバー側のコードをwebsocket_server.jsに配置します。
We will put our WebSocket related server code in websocket_server. js.
WebSocketを介した通信。
Communication over WebSockets.
WebSocketはどうなんだ。
What about WebSocket?
Javax.websocketのクラスのインポート文がファイルに追加されます。
You will see that import statements for classes in javax. websocket are added to the file.
あなたにWebSocketは必要ないかも。
You might not need a WebSocket.