
ildfly-clustering-marshalling-api.34.0.1.Final.source-code.java.net.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-clustering-marshalling-api Show documentation
Show all versions of wildfly-clustering-marshalling-api Show documentation
Public module containing interfaces to be implemented by applications and internal modules to optimize marshalling behavior for both distributable @Stateful Jakarta Enterprise Beans and HTTP sessions.
The API is independent of the backing marshalling framework.
package java.net;
// IDs: 110 - 119
/**
* @TypeId(110)
*/
message InetAddress {
optional string host = 1;
optional bytes address = 2;
}
/**
* @TypeId(111)
*/
message InetSocketAddress {
optional string resolvedHost = 1;
optional bytes address = 2;
optional string unresolvedHost = 3;
optional uint32 port = 4;
}
/**
* @TypeId(112)
*/
message URI {
required string uri = 1;
}
/**
* @TypeId(113)
*/
message URL {
required string url = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy