|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.dhcp.options.DhcpOption
org.apache.directory.server.dhcp.options.misc.NetbiosNodeType
public class NetbiosNodeType
The NetBIOS node type option allows NetBIOS over TCP/IP clients which are configurable to be configured as described in RFC 1001/1002. The value is specified as a single octet which identifies the client type as follows: Value Node Type ----- --------- 0x1 B-node 0x2 P-node 0x4 M-node 0x8 H-node In the above chart, the notation '0x' indicates a number in base-16 (hexadecimal). The code for this option is 46. The length of this option is always 1.
| Constructor Summary | |
|---|---|
NetbiosNodeType(byte[] netbiosNodeType)
|
|
| Method Summary | |
|---|---|
protected void |
valueToByteBuffer(java.nio.ByteBuffer out)
|
| Methods inherited from class org.apache.directory.server.dhcp.options.DhcpOption |
|---|
writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetbiosNodeType(byte[] netbiosNodeType)
| Method Detail |
|---|
protected void valueToByteBuffer(java.nio.ByteBuffer out)
valueToByteBuffer in class DhcpOption
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||