Interface WiremockNetworkTrafficListener
-
- All Known Implementing Classes:
CollectingNetworkTrafficListener,ConsoleNotifyingWiremockNetworkTrafficListener,DoNothingWiremockNetworkTrafficListener
public interface WiremockNetworkTrafficListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclosed(java.net.Socket socket)voidincoming(java.net.Socket socket, java.nio.ByteBuffer bytes)voidopened(java.net.Socket socket)voidoutgoing(java.net.Socket socket, java.nio.ByteBuffer bytes)
-