Package jnr.netdb
Interface NativeProtocolsDB.LibProto
- All Known Subinterfaces:
NativeProtocolsDB.LinuxLibProto
- Enclosing class:
NativeProtocolsDB
public static interface NativeProtocolsDB.LibProto
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getprotobyname
(String name) getprotobynumber
(int proto) void
setprotoent
(int stayopen)
-
Method Details
-
getprotobyname
-
getprotobynumber
-
getprotoent
NativeProtocolsDB.UnixProtoent getprotoent() -
setprotoent
void setprotoent(int stayopen) -
endprotoent
void endprotoent()
-