Java org.springframework.integration.test.util SocketUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.test.util SocketUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.test.util SocketUtils.

The text is from its open source code.

Method

intfindAvailableServerSocket(int seed)
Determines a free available server socket (port) using the 'seed' value as the starting port.
intfindAvailableServerSocket()
Determines a free available server socket (port) using an automatically chosen start seed port.
intfindAvailableUdpSocket()
Determines a free available Udp socket using an automatically chosen start seed port.
intfindAvailableUdpSocket(int seed)
Determines a free available Udp socket (port) using the 'seed' value as the starting port.
ListfindAvailableUdpSockets(int seed, int numberOfRequestedPorts)
Determines free available udp socket(s) (port) using the 'seed' value as the starting port.
intgetRandomSeedPort()
Determines a random seed port number within the port range #DEFAULT_PORT_RANGE_MIN and #DEFAULT_PORT_RANGE_MAX .