Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Why does not java support raw sockets?

800670Dec 27 2010 — edited Jan 2 2011
Java does not have support for raw sockets, that means it cannot receive the packet header, just the payload data.
But the header data of an ICMP packet consists of 20 bytes, and you can still write single bytes in Java, so why isn´t is possible to write a header for an ICMP packet in Java?

Can someone explain how it all works?

Thanks!

Comments

Mike-Matthews-Oracle

Unless you are working with a multi-record, single message input in real-time processing, you should not be using message handling script for this.

Unfortunately, it is not very clear what your requirement is.

EDQ
Answer

Try with Group and Merge processor. Group by common value and Take Highest Value in merge sub processor.

Marked as Answer by 3401804 · Sep 27 2020
Mike-Matthews-Oracle

It is not advisable to group huge numbers of records (e.g. a whole data set) with Group and Merge.

To determine the max values for each attribute in a data set, you should stage results output of the Max/Min Profiler.

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 30 2011
Added on Dec 27 2010
5 comments
1,713 views