Package ch.qos.logback.core.util
Class CloseUtil
java.lang.Object
ch.qos.logback.core.util.CloseUtil
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Static utility method for
Closeable
objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
closeQuietly
(Closeable closeable) Deprecated.Closes a closeable while suppressing anyIOException
that occurs.static void
closeQuietly
(ServerSocket serverSocket) Deprecated.Closes a server socket while suppressing anyIOException
that occurs.static void
closeQuietly
(Socket socket) Deprecated.Closes a socket while suppressing anyIOException
that occurs.
-
Constructor Details
-
CloseUtil
public CloseUtil()Deprecated.
-
-
Method Details
-
closeQuietly
Deprecated.Closes a closeable while suppressing anyIOException
that occurs.- Parameters:
closeable
- the socket to close
-
closeQuietly
Deprecated.Closes a socket while suppressing anyIOException
that occurs.- Parameters:
socket
- the socket to close
-
closeQuietly
Deprecated.Closes a server socket while suppressing anyIOException
that occurs.- Parameters:
serverSocket
- the socket to close
-