From a63ee9b363aa7214343966690b50d77f4d3475e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 1 Aug 2018 16:52:33 +0200 Subject: Ranch 1.6.0 --- .../manual/ranch.get_protocol_options/index.html | 169 +++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 docs/en/ranch/1.6/manual/ranch.get_protocol_options/index.html (limited to 'docs/en/ranch/1.6/manual/ranch.get_protocol_options') diff --git a/docs/en/ranch/1.6/manual/ranch.get_protocol_options/index.html b/docs/en/ranch/1.6/manual/ranch.get_protocol_options/index.html new file mode 100644 index 00000000..58391826 --- /dev/null +++ b/docs/en/ranch/1.6/manual/ranch.get_protocol_options/index.html @@ -0,0 +1,169 @@ + + + + + + + + + + Nine Nines: ranch:get_protocol_options(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

ranch:get_protocol_options(3)

+ +

Name

+

ranch:get_protocol_options - Get the current protocol options

+

Description

+
+
get_protocol_options(Ref :: ranch:ref())
+    -> ProtoOpts :: any()
+
+

Get the current protocol options.

+

Arguments

+
Ref
+

The listener name.

+
+
+

Return value

+

The current protocol options are returned.

+

Examples

+
Get the current protocol options
+
+
ProtoOpts = ranch:get_protocol_options(example).
+
+

See also

+

ranch:get_max_connections(3), ranch:get_transport_options(3), ranch:set_protocol_options(3), ranch(3)

+ + + + + + +
+ +
+ + +

+ Ranch + 1.6 + Function Reference + +

+ + + +

Navigation

+ +

Version select

+ + +
+
+
+
+ + + + + + + + + -- cgit v1.2.3