em-ruby-sockets 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -24,6 +24,8 @@ module EventMachine::RubySockets
|
|
24
24
|
# Send 16k chunks at a time.
|
25
25
|
ChunkSize = 16384
|
26
26
|
|
27
|
+
# Constructor.
|
28
|
+
#
|
27
29
|
# Parameters:
|
28
30
|
#
|
29
31
|
# - [connection] An EventMachine::RubySockets::TcpClient, EventMachine::RubySockets::TcpServer, EventMachine::RubySockets::TlsClient or EventMachine::RubySockets::TlsServer.
|