public interface DhcpProtocolHandler
Modifier and Type | Method and Description |
---|---|
void |
postprocessDhcpRequest(DhcpPacket request,
DhcpPacket response)
Постобработка DHCP-запроса
|
void |
preprocessDhcpRequest(DhcpPacket request,
DhcpPacket response)
Предобработка DHCP-запроса
|
void preprocessDhcpRequest(DhcpPacket request, DhcpPacket response) throws java.lang.Exception
request
- response
- java.lang.Exception
void postprocessDhcpRequest(DhcpPacket request, DhcpPacket response) throws java.lang.Exception
request
- response
- java.lang.Exception