Searched refs:SctpShutdown (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpShutdown.java33 public class SctpShutdown extends ShutdownNotification class in inherits:ShutdownNotification,SctpNotification
42 private SctpShutdown(int assocId) { method in class:SctpShutdown
H A DSctpResultContainer.java102 SctpShutdown getShutdown() {
105 if (value instanceof SctpShutdown)
106 return (SctpShutdown) value;
/openjdk7/jdk/make/com/sun/nio/sctp/
H A DFILES_java.gmk60 sun/nio/ch/SctpShutdown.java

Completed in 57 milliseconds