# Functions
NewConnectionAcceptor creates a new instance of ConnectionAcceptor.
NewConnectionInitiator creates a new instance of ConnectionInitiator.
NewHTTPClient creates a new instance of HTTPClient.
NewHTTPRequestHandler creates a new instance of HTTPRequestHandler.
NewHttpServer creates a new instance of HttpServer.
NewWebSocketServer creates a new instance of WebSocketServer.
# Structs
ConnectionAcceptor is an autogenerated mock type for the ConnectionAcceptor type.
ConnectionAcceptor_AbortHandshake_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AbortHandshake'.
ConnectionAcceptor_FinalizeHandshake_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FinalizeHandshake'.
ConnectionAcceptor_StartHandshake_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StartHandshake'.
ConnectionInitiator is an autogenerated mock type for the ConnectionInitiator type.
ConnectionInitiator_ChallengeResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChallengeResponse'.
ConnectionInitiator_NewAuthHeader_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NewAuthHeader'.
HTTPClient is an autogenerated mock type for the HTTPClient type.
HTTPClient_Send_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Send'.
HTTPRequestHandler is an autogenerated mock type for the HTTPRequestHandler type.
HTTPRequestHandler_ProcessRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ProcessRequest'.
HttpServer is an autogenerated mock type for the HttpServer type.
HttpServer_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'.
HttpServer_GetPort_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPort'.
HttpServer_SetHTTPRequestHandler_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetHTTPRequestHandler'.
HttpServer_Start_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Start'.
WebSocketServer is an autogenerated mock type for the WebSocketServer type.
WebSocketServer_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'.
WebSocketServer_GetPort_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPort'.
WebSocketServer_Start_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Start'.