📄 config.properties
字号:
# JXTA Distribution Configuration Properties File
# The name of the class to use for the Platform peer group.
PlatformPeerGroupClassName=net.jxta.impl.peergroup.Platform
# The name of the class to use for the standard peer groups.
StdPeerGroupClassName=net.jxta.impl.peergroup.StdPeerGroup
# The list of Advertisement Instance Classes included with this distribution. Used by AdvertisementFactory
AdvertisementInstanceTypes=net.jxta.impl.protocol.EndpointAdv net.jxta.impl.protocol.PeerAdv net.jxta.impl.protocol.PeerGroupAdv net.jxta.impl.protocol.TCPAdv net.jxta.impl.protocol.HTTPAdv net.jxta.impl.protocol.BeepAdv net.jxta.impl.protocol.PipeAdv net.jxta.impl.protocol.RdvAdv net.jxta.impl.protocol.ModuleImplAdv net.jxta.impl.protocol.ModuleSpecAdv net.jxta.impl.protocol.ModuleClassAdv
# The list of TranportEndpoint Instance Classes included with this distribution. Used by TransportFactory
TransportEndpointsSupported=net.jxta.impl.endpoint.EndpointRouter net.jxta.impl.endpoint.tcp.TcpTransport net.jxta.impl.endpoint.http.HttpTransport net.jxta.impl.endpoint.beep.BeepTransport
# If you want to use the servlet-based HTTP server, along with the updated HttpURLConnection-based client, then use the following line instead of the above one:
#TransportEndpointsSupported=net.jxta.impl.endpoint.EndpointRouter net.jxta.impl.endpoint.tcp.TcpTransport net.jxta.impl.endpoint.servlethttp.ServletHttpTransport net.jxta.impl.endpoint.beep.BeepTransport
#The Mime Media Type to use when requesting XML document encodings in Advertisement Instanece Classes.
AdvXMLDocumentType=text/xml
#The list of StructuredDocument Instance Classes included in this distribution. Used by StructuredDocumentFactory.
StructuredDocumentInstanceTypes=net.jxta.impl.document.LiteXMLDocument net.jxta.impl.document.PlainTextDocument
#The list of MessageWireFormat Instance Classes included in this distribution. Used by MessageWireFormatFactory.
MsgWireFmtInstanceTypes=net.jxta.impl.endpoint.MessageWireFormatXML net.jxta.impl.endpoint.MessageWireFormatBinary
#Which factory to use when making new ID instances.
NewJxtaIDInstanceFactory=net.jxta.impl.id.UUID.ID
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -