|
2 | 2 | <!-- NewPage --> |
3 | 3 | <htmllang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_281) onTue Jun15 21:12:20 IST 2021 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_281) onWed Jun16 20:58:37 IST 2021 --> |
6 | 6 | <title>EchoJRequestManagerImpl</title> |
7 | | -<metaname="date"content="2021-06-15"> |
| 7 | +<metaname="date"content="2021-06-16"> |
8 | 8 | <linkrel="stylesheet"type="text/css"href="stylesheet.css"title="Style"> |
9 | 9 | <scripttype="text/javascript"src="script.js"></script> |
10 | 10 | </head> |
@@ -117,7 +117,7 @@ <h2 title="Class EchoJRequestManagerImpl" class="title">Class EchoJRequestManage |
117 | 117 | <liclass="blockList"> |
118 | 118 | <dl> |
119 | 119 | <dt>All Implemented Interfaces:</dt> |
120 | | -<dd>java.util.function.Consumer<java.lang.String>,<ahref="jsc/jConnection/JCloseEventConsumer.html"title="interface in jsc.jConnection">JCloseEventConsumer</a>,<ahref="jsc/jMessageHandler/JMessageConsumer.html"title="interface in jsc.jMessageHandler">JMessageConsumer</a>,<ahref="jsc/jServer/JResponseSender.html"title="interface in jsc.jServer">JResponseSender</a></dd> |
| 120 | +<dd>java.util.function.Consumer<java.lang.String>,<ahref="jsc/jConnection/JCloseEventConsumer.html"title="interface in jsc.jConnection">JCloseEventConsumer</a>,<ahref="jsc/jEventManager/JEventConsumer.html"title="interface in jsc.jEventManager">JEventConsumer</a>,<ahref="jsc/jMessageHandler/JMessageConsumer.html"title="interface in jsc.jMessageHandler">JMessageConsumer</a>,<ahref="jsc/jServer/JResponseSender.html"title="interface in jsc.jServer">JResponseSender</a></dd> |
121 | 121 | </dl> |
122 | 122 | <hr> |
123 | 123 | <br> |
@@ -175,7 +175,7 @@ <h3>Methods inherited from class jsc.jServer.<a href="jsc/jServer/JRequestM |
175 | 175 | <!-- --> |
176 | 176 | </a> |
177 | 177 | <h3>Methods inherited from class jsc.jConnection.<ahref="jsc/jConnection/JConnection.html"title="class in jsc.jConnection">JConnection</a></h3> |
178 | | -<code><ahref="jsc/jConnection/JConnection.html#connect-java.net.Socket-">connect</a>,<ahref="jsc/jConnection/JConnection.html#getConnectionID--">getConnectionID</a>,<ahref="jsc/jConnection/JConnection.html#getDataInputStream--">getDataInputStream</a>,<ahref="jsc/jConnection/JConnection.html#getDataOutputStream--">getDataOutputStream</a>,<ahref="jsc/jConnection/JConnection.html#getJEventManager--">getJEventManager</a>,<ahref="jsc/jConnection/JConnection.html#getMessageDecoder--">getMessageDecoder</a>,<ahref="jsc/jConnection/JConnection.html#getSocket--">getSocket</a>,<ahref="jsc/jConnection/JConnection.html#isConnected--">isConnected</a>,<ahref="jsc/jConnection/JConnection.html#isReadInterrupted--">isReadInterrupted</a>,<ahref="jsc/jConnection/JConnection.html#onClose--">onClose</a>,<ahref="jsc/jConnection/JConnection.html#read--">read</a>,<ahref="jsc/jConnection/JConnection.html#run--">run</a>,<ahref="jsc/jConnection/JConnection.html#run-jsc.jMessageHandler.JMessageConsumer-">run</a>,<ahref="jsc/jConnection/JConnection.html#setConnected-boolean-">setConnected</a>,<ahref="jsc/jConnection/JConnection.html#setConnectionID-java.lang.String-">setConnectionID</a>,<ahref="jsc/jConnection/JConnection.html#setDataInputStream-java.io.DataInputStream-">setDataInputStream</a>,<ahref="jsc/jConnection/JConnection.html#setDataOutputStream-java.io.DataOutputStream-">setDataOutputStream</a>,<ahref="jsc/jConnection/JConnection.html#setMessageDecoder-jsc.jMessageHandler.JMessageConsumer-">setMessageDecoder</a>,<ahref="jsc/jConnection/JConnection.html#setOnClose-jsc.jConnection.JCloseEventConsumer-">setOnClose</a>,<ahref="jsc/jConnection/JConnection.html#setReadInterrupt-boolean-">setReadInterrupt</a>,<ahref="jsc/jConnection/JConnection.html#setSocket-java.net.Socket-">setSocket</a>,<ahref="jsc/jConnection/JConnection.html#write-java.lang.String-">write</a></code></li> |
| 178 | +<code><ahref="jsc/jConnection/JConnection.html#close--">close</a>,<ahref="jsc/jConnection/JConnection.html#connect-java.net.Socket-">connect</a>,<ahref="jsc/jConnection/JConnection.html#getConnectionID--">getConnectionID</a>,<ahref="jsc/jConnection/JConnection.html#getDataInputStream--">getDataInputStream</a>,<ahref="jsc/jConnection/JConnection.html#getDataOutputStream--">getDataOutputStream</a>,<ahref="jsc/jConnection/JConnection.html#getMessageDecoder--">getMessageDecoder</a>,<ahref="jsc/jConnection/JConnection.html#getSocket--">getSocket</a>,<ahref="jsc/jConnection/JConnection.html#isConnected--">isConnected</a>,<ahref="jsc/jConnection/JConnection.html#isReadInterrupted--">isReadInterrupted</a>,<ahref="jsc/jConnection/JConnection.html#read--">read</a>,<ahref="jsc/jConnection/JConnection.html#run--">run</a>,<ahref="jsc/jConnection/JConnection.html#run-jsc.jMessageHandler.JMessageConsumer-">run</a>,<ahref="jsc/jConnection/JConnection.html#setConnected-boolean-">setConnected</a>,<ahref="jsc/jConnection/JConnection.html#setConnectionID-java.lang.String-">setConnectionID</a>,<ahref="jsc/jConnection/JConnection.html#setDataInputStream-java.io.DataInputStream-">setDataInputStream</a>,<ahref="jsc/jConnection/JConnection.html#setDataOutputStream-java.io.DataOutputStream-">setDataOutputStream</a>,<ahref="jsc/jConnection/JConnection.html#setMessageDecoder-jsc.jMessageHandler.JMessageConsumer-">setMessageDecoder</a>,<ahref="jsc/jConnection/JConnection.html#setReadInterrupt-boolean-">setReadInterrupt</a>,<ahref="jsc/jConnection/JConnection.html#setSocket-java.net.Socket-">setSocket</a>,<ahref="jsc/jConnection/JConnection.html#write-java.lang.String-">write</a></code></li> |
179 | 179 | </ul> |
180 | 180 | <ulclass="blockList"> |
181 | 181 | <liclass="blockList"><aname="methods.inherited.from.class.java.lang.Object"> |
|