Deprecated API
Contents
-
Terminally Deprecated Elements
-
Deprecated Interfaces
-
Deprecated Classes
-
Deprecated Enum Classes
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionthe size parameter will be ignored, use
Writer.canWrite(org.glassfish.grizzly.Connection)instead.the size parameter will be ignored, useinstead.push back logic is deprecatedplease useCloseable.close()with the followingGrizzlyFuture.addCompletionHandler(org.glassfish.grizzly.CompletionHandler)calluseConnection.close()with the followingGrizzlyFuture.addCompletionHandler(org.glassfish.grizzly.CompletionHandler).will never be invokedplease useNIOConnection.close()with the followingGrizzlyFuture.addCompletionHandler(org.glassfish.grizzly.CompletionHandler)callthelengthparameter will be ignored. Pls. useOutputSink.canWrite().thelengthparameter will be ignored. Pls. useOutputSink.notifyCanWrite(org.glassfish.grizzly.WriteHandler).useSSLSupport.getPeerCertificates()instead.useSSLSupport.getPeerCertificates(boolean)instead.push back logic is deprecatedpush back logic is deprecatedpush back logic is deprecated
-
Deprecated Constructors
SSLSupport.getPeerCertificates()instead.