StreamConfig constructor
const
StreamConfig({
- XrayAddress? address,
- int? port,
- TransportProtocol? network,
- SecurityProtocol? security,
- FinalMask? finalmask,
- TCPConfig? rawSettings,
- TCPConfig? tcpSettings,
- SplitHTTPConfig? xhttpSettings,
- KCPConfig? kcpSettings,
- WebSocketConfig? wsSettings,
- HttpUpgradeConfig? httpupgradeSettings,
- SplitHTTPConfig? splithttpSettings,
- GRPCConfig? grpcSettings,
- HysteriaConfig? hysteriaSettings,
- TLSConfig? tlsSettings,
- REALITYConfig? realitySettings,
- SocketConfig? sockopt,
Implementation
const factory StreamConfig({
XrayAddress? address,
int? port,
TransportProtocol? network,
SecurityProtocol? security,
FinalMask? finalmask,
TCPConfig? rawSettings,
TCPConfig? tcpSettings,
SplitHTTPConfig? xhttpSettings,
KCPConfig? kcpSettings,
WebSocketConfig? wsSettings,
HttpUpgradeConfig? httpupgradeSettings,
SplitHTTPConfig? splithttpSettings,
GRPCConfig? grpcSettings,
HysteriaConfig? hysteriaSettings,
TLSConfig? tlsSettings,
REALITYConfig? realitySettings,
SocketConfig? sockopt,
}) = _StreamConfig;