Package io.sisu.nng.survey
Class Surveyor0Socket
- java.lang.Object
-
- io.sisu.nng.Socket
-
- io.sisu.nng.survey.Surveyor0Socket
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class Surveyor0Socket extends Socket
-
-
Constructor Summary
Constructors Constructor Description Surveyor0Socket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setSurveyDuration(int durationMillis)
-
Methods inherited from class io.sisu.nng.Socket
close, dial, getSocketStruct, listen, receive, receive, receiveMessage, receiveMessage, send, send, sendMessage, sendMessage, sendMessage, setReceiveTimeout, setSendTimeout, setTlsConfig
-
-
-
-
Constructor Detail
-
Surveyor0Socket
public Surveyor0Socket() throws NngException
- Throws:
NngException
-
-
Method Detail
-
setSurveyDuration
public void setSurveyDuration(int durationMillis) throws NngException
- Throws:
NngException
-
-