# Functions
Client creates client over udp connection.
Dial creates a client connection to the given target.
No description provided by the author
No description provided by the author
WithBlockwise configure's blockwise transfer.
WithCloseSocket closes socket at the close connection.
WithContext set's parent context of server.
WithDialer set dialer for dial.
WithErrors set function for logging error.
WithGoPool sets function for managing spawning go routines for handling incoming request's.
WithHandlerFunc set handle for handling request's.
WithInactivityMonitor set deadline's for read operations over client connection.
WithKeepAlive monitoring's client connection's.
WithMaxMessageSize limit size of processed message.
WithMessagePool configure's message pool for acquire/releasing coap messages.
WithMux set's multiplexer for handle requests.
WithNetwork define's udp version (udp4, udp6, udp) for client.
WithOnNewClientConn server's notify about new client connection.
WithPeriodicRunner set function which is executed in every ticks.
WithTransmission set options for (re)transmission for Confirmable message-s.
# Structs
BlockwiseOpt network option.
CloseSocketOpt close socket option.
ContextOpt handler function option.
DialerOpt dialer option.
ErrorsOpt errors option.
GoPoolOpt gopool option.
HandlerFuncOpt handler function option.
InactivityMonitorOpt notifies when a connection was inactive for a given duration.
KeepAliveOpt keepalive option.
MaxMessageSizeOpt handler function option.
ConnectionCacheOpt network option.
NetOpt network option.
OnNewClientConnOpt network option.
PeriodicRunnerOpt function which is executed in every ticks.
No description provided by the author
No description provided by the author
TransmissionOpt transmission options.
# Interfaces
A DialOption sets options such as credentials, keepalive parameters, etc.
A ServerOption sets options such as credentials, codec and keepalive parameters, etc.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The HandlerFunc type is an adapter to allow the use of ordinary functions as COAP handlers.
No description provided by the author