Package jnr.netdb
Interface NativeProtocolsDB.LibProto
-
- All Known Subinterfaces:
NativeProtocolsDB.LinuxLibProto
- Enclosing class:
- NativeProtocolsDB
public static interface NativeProtocolsDB.LibProto
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
endprotoent()
NativeProtocolsDB.UnixProtoent
getprotobyname(java.lang.String name)
NativeProtocolsDB.UnixProtoent
getprotobynumber(int proto)
NativeProtocolsDB.UnixProtoent
getprotoent()
void
setprotoent(int stayopen)
-
-
-
Method Detail
-
getprotobyname
NativeProtocolsDB.UnixProtoent getprotobyname(java.lang.String name)
-
getprotobynumber
NativeProtocolsDB.UnixProtoent getprotobynumber(int proto)
-
getprotoent
NativeProtocolsDB.UnixProtoent getprotoent()
-
setprotoent
void setprotoent(int stayopen)
-
endprotoent
void endprotoent()
-
-