ProxyUriOption.parse constructor

ProxyUriOption.parse(
  1. Uint8Buffer bytes
)

Implementation

ProxyUriOption.parse(final Uint8Buffer bytes)
    : super.parse(OptionType.proxyUri, bytes);